Files
langchain/templates/rag-chroma
Lance Martin d6acb3ed7e Clean-up template READMEs (#12403)
Normalize, and update notebooks.
2023-10-26 22:23:03 -07:00
..
2023-10-26 19:44:30 -07:00
2023-10-25 18:47:42 -07:00
2023-10-25 18:47:42 -07:00
2023-10-25 18:47:42 -07:00
2023-10-25 18:47:42 -07:00
2023-10-25 18:47:42 -07:00
2023-10-26 22:23:03 -07:00

RAG Chroma

This template performs RAG using Chroma and OpenAI.

Chroma

Chroma is an open-source vector database.

This template will create and add documents to the vector database in chain.py.

These documents can be loaded from many sources.

LLM

Be sure that OPENAI_API_KEY is set in order to the OpenAI models.