improve docs for indexes (#1146)

This commit is contained in:
Harrison Chase
2023-02-19 23:14:50 -08:00
committed by GitHub
parent 28781a6213
commit 4f3fbd7267
41 changed files with 1590 additions and 904 deletions

View File

@@ -22,4 +22,4 @@ There exists an Cohere Embeddings wrapper, which you can access with
```python
from langchain.embeddings import CohereEmbeddings
```
For a more detailed walkthrough of this, see [this notebook](../modules/utils/combine_docs_examples/embeddings.ipynb)
For a more detailed walkthrough of this, see [this notebook](../modules/indexes/examples/embeddings.ipynb)