docs/fix links (#6498)

This commit is contained in:
Davis Chase
2023-06-20 14:06:50 -07:00
committed by GitHub
parent ae6196507d
commit 3298bf4f00
57 changed files with 112 additions and 851 deletions

View File

@@ -24,7 +24,7 @@ Of course, we also help construct what we think useful Retrievers are. The main
In order to understand what a vectorstore retriever is, it's important to understand what a Vectorstore is. So let's look at that.
By default, LangChain uses [Chroma](../../ecosystem/chroma.md) as the vectorstore to index and search embeddings. To walk through this tutorial, we'll first need to install `chromadb`.
By default, LangChain uses [Chroma](/docs/ecosystem/integrations/chroma.html) as the vectorstore to index and search embeddings. To walk through this tutorial, we'll first need to install `chromadb`.
```
pip install chromadb