Langchain - Python#
- LangChain + Chroma on the LangChain blog
- Harrison's
chroma-langchain
demo repo - Tutorials
- Chroma and 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.
- Create a Voice-based ChatGPT Clone That Can Search on the Internet and local files
- LangChain's Chroma Documentation