• Stars
    star
    345
  • Rank 122,750 (Top 3 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

chroma-langchain

A repository to highlight examples of using the Chroma (vector database) with LangChain (framework for developing LLM applications).

Document Question-Answering

For an example of using Chroma+LangChain to do question answering over documents, see this notebook. To use a persistent database with Chroma and Langchain, see this notebook.