index_knowledge
Fetch a slice of Odoo records and build a local BM25 knowledge index for efficient search and retrieval.
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 |
|---|---|---|---|
| result | Yes |