Tools
Airweave
Search your synced data collections
Usage Instructions
Search across your synced data sources using Airweave. Supports semantic search with hybrid, neural, or keyword retrieval strategies. Optionally generate AI-powered answers from search results.
Tools
airweave_search
Search your synced data collections using Airweave. Supports semantic search with hybrid, neural, or keyword retrieval strategies. Optionally generate AI-powered answers from search results.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Airweave API Key for authentication |
collectionId | string | Yes | The readable ID of the collection to search |
query | string | Yes | The search query text |
limit | number | No | Maximum number of results to return (default: 100) |
retrievalStrategy | string | No | Retrieval strategy: hybrid (default), neural, or keyword |
expandQuery | boolean | No | Generate query variations to improve recall |
rerank | boolean | No | Reorder results for improved relevance using LLM |
generateAnswer | boolean | No | Generate a natural-language answer to the query |
Output
| Parameter | Type | Description |
|---|---|---|
results | array | Search results with content, scores, and metadata from your synced data |
completion | string | AI-generated answer to the query (when generateAnswer is enabled) |
Notes
- Category:
tools - Type:
airweave