Обновлен vectorstore.py: remove documents/chroma_intro.txt

This commit is contained in:
2026-06-17 13:10:09 +00:00
parent 804fdf9d1b
commit 5d8acfdc09
-5
View File
@@ -1,5 +0,0 @@
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.