search-documents
Retrieve relevant document chunks by searching with keyword arrays using the BM25 algorithm. Specify domains and limit results for precise knowledge extraction.
Instructions
Search documents using BM25 algorithm. Takes keyword arrays and returns relevant document chunks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | No | Domain to search in (optional, e.g., "company", "customer") | |
keywords | Yes | Array of keywords to search for (e.g., ["payment", "API", "authentication"]) | |
topN | No | Maximum number of results to return (default: 10) |