From 61929c0bcbbc3eb9a9d0e723cde3f6cfd0617892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=9A=D1=83=D1=82?= =?UTF-8?q?=D0=BB=D0=B0=D1=85=D0=BC=D0=B5=D1=82=D0=BE=D0=B2?= Date: Thu, 28 May 2026 16:30:41 +0000 Subject: [PATCH] add vectorstore.py --- vectorstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vectorstore.py b/vectorstore.py index a3e3b98..71cc36a 100644 --- a/vectorstore.py +++ b/vectorstore.py @@ -1,4 +1,4 @@ -"""ChromaDB vector store with Ollama embeddings and document chunking."" +"""ChromaDB vector store with Ollama embeddings and document chunking.""" import os from typing import List