Подключил вызов search_knowledge_base вручную. Начал улучшение индексации RAG

This commit is contained in:
2026-04-01 20:16:26 +05:00
parent 5c8c09720c
commit 32d5ca97a1
3 changed files with 179 additions and 35 deletions

View File

@@ -104,7 +104,7 @@ class AgenticRAGInterface:
kb = LocalKnowledgeBase(project_name="default")
# Создаем интерфейс
interface = AgenticRAGInterface(create_agent_graph(), kb)
interface = AgenticRAGInterface(create_agent_graph(kb), kb)
# Создаем Gradio интерфейс
def create_gradio_interface():