ai_tokenize_record
Tokenize an Odoo record by building a composite document, embedding it, and storing the vector in Qdrant for semantic search.
Instructions
Tokenize a single Odoo record: build composite document, embed via configured provider, upsert to Qdrant. Synchronous — returns final state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | Model name (e.g. 'res.partner') | |
| id | Yes | Record id | |
| view_type | No | form |