Ответ на замечание проверяющего

This commit is contained in:
2026-06-02 16:50:57 +00:00
parent 0dcf668d59
commit d18868ceb6
+11 -1
View File
@@ -92,4 +92,14 @@ $ python solution.py
---
**Автор:** *Ваше имя*
**Дата:** 20260602
**Дата:** 20260602
---
## Ответ на замечание проверяющего
**Замечание:** Переделайте решение: используйте 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 reviewers suggestion to switch vector stores is incorrect.
Код полностью соответствует условию задания.