Добавлены endpoints для управления параметрами формулы, удалены ненужные методы, исправлена документация

This commit is contained in:
2026-01-28 00:55:54 +03:00
parent 671ee4657a
commit f3e31e4310
5 changed files with 264 additions and 55 deletions

View File

@@ -466,7 +466,6 @@ class RAGService:
"model_name": self.model_name,
"model_loaded": self._model_loaded,
"device": self._device,
"cache_dir": self.cache_dir,
"vector_store": self.vector_store.get_stats(),
}