knowledge_query
Search video research knowledge stores using natural language queries to retrieve relevant information from collections like research findings, analyses, and transcripts.
Instructions
[DEPRECATED] Search knowledge store using natural language.
Deprecated: Use knowledge_search instead, which now includes Cohere reranking and Flash summarization for better results with lower token usage.
Uses Weaviate AsyncQueryAgent in search mode for intelligent object retrieval.
Args: query: Natural language search query. collections: Which collections to search (default: all). limit: Maximum number of results.
Returns: Dict matching KnowledgeQueryResult schema, or error dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| collections | No | Collections to search (all if omitted) | |
| limit | No | Max results |