diff --git a/documents/chroma_intro.txt b/documents/chroma_intro.txt new file mode 100644 index 0000000..810bd26 --- /dev/null +++ b/documents/chroma_intro.txt @@ -0,0 +1,5 @@ +ChromaDB is a local vector store that can persist embeddings between runs. + +With LangChain you can wrap Chroma as a vector store and then expose it as a retriever for semantic search. + +This is useful for local course notes and internal documents that should be searched without going to the web.