Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 4ac4a85

Browse files
authored
Update langchain.md
Update the URL to official Chroma Vector Store Page for Langchain
1 parent e1f5ddf commit 4ac4a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/langchain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: 🦜️🔗 Langchain
1212
- Tutorials
1313
- [Chroma and LangChain tutorial](https://github.com/grumpyp/chroma-langchain-tutorial) - The demo showcases how to pull data from the English Wikipedia using their API. The project also demonstrates how to vectorize data in chunks and get embeddings using OpenAI embeddings model.
1414
- [Create a Voice-based ChatGPT Clone That Can Search on the Internet and local files](https://betterprogramming.pub/how-to-create-a-voice-based-chatgpt-clone-that-can-search-on-the-internet-24d7f570ea8)
15-
- [LangChain's Chroma Documentation](https://python.langchain.com/en/latest/modules/indexes/vectorstores.html?highlight=chroma#langchain.vectorstores.Chroma)
15+
- [LangChain's Chroma Documentation](https://python.langchain.com/docs/integrations/vectorstores/chroma)
1616

1717

1818
## Langchain - JS
@@ -53,4 +53,4 @@ export const run = async () => {
5353
};
5454
```
5555

56-
- [LangChainJS Chroma Documentation](https://js.langchain.com/docs/modules/indexes/vector_stores/integrations/chroma)
56+
- [LangChainJS Chroma Documentation](https://js.langchain.com/docs/modules/indexes/vector_stores/integrations/chroma)

0 commit comments

Comments
 (0)