search_knowledge
Perform relevance-ranked BM25 search over indexed Odoo records to fetch top matches for a query and model.
Instructions
Relevance-ranked local BM25 search over previously indexed records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model | Yes | ||
| query | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| model | No | ||
| query | No | ||
| results | No | BM25-ranked snippets from the local index. | |
| success | Yes | False when the call failed; see error. | |
| instance | No |