knowledge_sql
knowledge_sql
¶
KnowledgeSQLTool — read-only SQL queries against the KnowledgeStore.
Allows agents to run SELECT queries for aggregation, counting, ranking, and filtering operations that BM25 search cannot handle.
Classes¶
KnowledgeSQLTool
¶
KnowledgeSQLTool(store: Optional[KnowledgeStore] = None)