Search Documents
search_documentsSearch a named knowledge library for relevant text chunks and retrieve previews along with relevance scores.
Instructions
Searches for relevant chunks in a knowledge library and returns previews with relevance scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_name | Yes | Name of the library to search in | |
| query | Yes | Search query | |
| max_results | No | Maximum number of results to return (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| results | Yes | ||
| total_results | Yes | ||
| library_name | Yes |