From 0c01c716555c71232164a40781d9ccd1e536acc5 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: Thu, 18 Jun 2026 09:06:56 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BE=20=D0=BA=20=D0=BF=D1=83?= =?UTF-8?q?=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B8:=20remove=20do?= =?UTF-8?q?cuments/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 deletions(-) delete mode 100644 documents/chroma_intro.txt diff --git a/documents/chroma_intro.txt b/documents/chroma_intro.txt deleted file mode 100644 index 810bd26..0000000 --- a/documents/chroma_intro.txt +++ /dev/null @@ -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.