search_onyx
Query the Onyx backend to retrieve relevant document chunks or full documents based on specified search parameters. Enhance knowledge access and streamline document retrieval with targeted results.
Instructions
Search the Onyx backend for relevant documents
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chunksAbove | No | Number of chunks to include above the matching chunk (default: 1) | |
chunksBelow | No | Number of chunks to include below the matching chunk (default: 1) | |
documentSets | No | List of document set names to search within (empty for all) | |
maxResults | No | Maximum number of results to return (default: 5) | |
query | Yes | The topic to search for | |
retrieveFullDocuments | No | Whether to retrieve full documents instead of just matching chunks (default: false) |