From 4bb57a70cee77207ed5a314d21267ec56c55d558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=B8=D1=8F=20=D0=91=D0=B5=D1=80=D0=B4?= =?UTF-8?q?=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2=D0=B0?= Date: Thu, 28 May 2026 10:20:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20vector=5Fstore.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vector_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector_store.py b/vector_store.py index 9e00ab8..185a9d8 100644 --- a/vector_store.py +++ b/vector_store.py @@ -21,7 +21,7 @@ EMBEDDING_MODEL = "nomic-embed-text" EMBEDDING_DIM = 768 # размер вектора nomic-embed-text CHUNK_SIZE = 500 -CHUNK_OVERLAP = 50 +CHUNK_OVERLAP = 100 # ── Эмбеддинги через Ollama ───────────────────────────────────────────────────