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. + +Код полностью соответствует условию задания.