index_knowledge
Fetch a bounded slice of Odoo records and build a local BM25 knowledge index, making them searchable for efficient retrieval and querying.
Instructions
Fetch a bounded slice of records and build a local BM25 knowledge index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model | Yes | ||
| domain | No | ||
| fields | No | ||
| replace | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| model | No | ||
| fetched | No | ||
| indexed | No | ||
| success | Yes | False when the call failed; see error. | |
| instance | No | ||
| max_documents | No | ||
| indexed_fields | No | Explicit field list or 'smart selection'. | |
| redacted_fields | No | ||
| documents_in_index | No | ||
| skipped_over_budget | No |