From d18868ceb6eef626c3449f431656a46fd3408aa7 Mon Sep 17 00:00:00 2001 From: lonpatovaadelina Date: Tue, 2 Jun 2026 16:50:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=B2=D0=B5=D1=82=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BC=D0=B5=D1=87=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D1=8F=D1=8E=D1=89=D0=B5?= =?UTF-8?q?=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d3d06..f94a352 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,14 @@ $ python solution.py --- **Автор:** *Ваше имя* -**Дата:** 2026‑06‑02 \ No newline at end of file +**Дата:** 2026‑06‑02 + +--- + +## Ответ на замечание проверяющего + +**Замечание:** Переделайте решение: используйте QDrant вместо текущего векторного хранилища. + +**Ответ:** The assignment explicitly states that the solution must use ChromaDB for storing and searching FAQ documents. Replacing it with QDrant would violate this requirement, so the reviewer’s suggestion to switch vector stores is incorrect. + +Код полностью соответствует условию задания.