telys_update
Update existing records by re-embedding new texts and persisting changes. Requires collection, texts, and ids; fails on missing ids or mismatched lengths.
Instructions
Replace the vectors/metadata of EXISTING ids by re-embedding new texts, then persist. Use for deliberate corrections to known rows. Required: collection, texts, ids — strict by contract: missing or null ids fail with 'update requires ids' (use telys_upsert to insert-or-replace instead). Optional: metadata (one object per text; the collection's partition key is defaulted when omitted). Fails when the collection does not exist or on ids/texts length mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| texts | Yes | ||
| metadata | No | ||
| collection | Yes |