index_knowledge
Fetch records from an Odoo model and build a BM25 knowledge index for local search.
Instructions
Fetch a bounded slice of records and build a local BM25 knowledge index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| domain | No | ||
| fields | No | ||
| limit | No | ||
| replace | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |