search-knowledge
Retrieve relevant information from a long-term knowledge base using semantic search. Access context, facts, or past interactions stored in Qdrant.
Instructions
Search for relevant information in the long-term knowledge base using semantic search. Use this to retrieve context, facts, or past interactions stored in Qdrant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 5). | |
| query | Yes | The search query to find relevant information. | |
| collection_name | No | Optional collection to target; defaults to env COLLECTION_NAME. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |