ai_search_similar
Perform semantic search across Odoo records with natural-language queries. Filter results by model, view type, or company and receive ranked hits with scores and snippets.
Instructions
Semantic search across tokenized Odoo records. Embeds the query with the configured provider, searches the per-DB Qdrant collection. Filterable by model, view_type, company. Returns ranked hits with score + snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| query | Yes | Natural-language query | |
| model | No | Restrict to one model (optional) | |
| view_type | No | ||
| company_id | No | Restrict to one company (optional) | |
| limit | No | ||
| score_threshold | No |