Mandala
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

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

ParameterTypeRequiredDescription
apiKeystringYesAirweave API Key for authentication
collectionIdstringYesThe readable ID of the collection to search
querystringYesThe search query text
limitnumberNoMaximum number of results to return (default: 100)
retrievalStrategystringNoRetrieval strategy: hybrid (default), neural, or keyword
expandQuerybooleanNoGenerate query variations to improve recall
rerankbooleanNoReorder results for improved relevance using LLM
generateAnswerbooleanNoGenerate a natural-language answer to the query

Output

ParameterTypeDescription
resultsarraySearch results with content, scores, and metadata from your synced data
completionstringAI-generated answer to the query (when generateAnswer is enabled)

Notes

  • Category: tools
  • Type: airweave
Airweave