query_documents
Search private documents using semantic and exact keyword matching. Filter by metadata, combine terms with AND/OR, and exclude results for precise retrieval.
Instructions
Search your documents using both meaning and exact keyword matching. You can also use advanced syntax:
"exact phrase" → Match phrase exactly
field:value → Filter by custom metadata (e.g., domain:legal, author:john)
term1 AND term2 → Both terms required (default)
term1 OR term2 → Either term matches
-term → Exclude results containing term Results include a score (0 = best match, higher = less relevant). Set explain=true to see why each result matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| explain | No |