Harrison/updating docs (#1196)

This commit is contained in:
Harrison Chase
2023-02-20 22:54:26 -08:00
committed by GitHub
parent b7708bbec6
commit d90a287d8f
10 changed files with 54 additions and 46 deletions

View File

@@ -26,6 +26,6 @@ the `SelfHostedEmbedding` class.
from langchain.llms import SelfHostedPipeline, SelfHostedHuggingFaceLLM
```
For a more detailed walkthrough of the Self-hosted Embeddings, see [this notebook](../modules/utils/combine_docs_examples/embeddings.ipynb)
For a more detailed walkthrough of the Self-hosted Embeddings, see [this notebook](../modules/indexes/examples/embeddings.ipynb)
##