From 57ace6d775d28a827a2043b8384142ff0ad3fb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B8=D0=BD=D0=B0=D1=80=20=D0=9C=D0=B8=D1=80=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D1=82=D0=BE=D0=B2?= Date: Wed, 17 Jun 2026 13:12:44 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BF=D0=BE=D0=BB=D0=BD=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D0=BD=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2:=20add=20documents/chroma=5Fintro.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documents/chroma_intro.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 documents/chroma_intro.txt 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.