- Update API specs for 2.4

- Update API docs
- Regenerate Python docs
This commit is contained in:
Cyber MacGeddon 2026-05-28 17:46:55 +01:00
parent 961ad35469
commit 1c9a3b5b5a
62 changed files with 2036 additions and 1949 deletions

View file

@ -4,6 +4,11 @@ post:
summary: Row Embeddings Query - semantic search on structured data
description: |
Query row embeddings to find similar rows by vector similarity on indexed fields.
This is a **flow-scoped** service. It requires a flow instance
and operates within the workspace associated with the
authenticated bearer token.
Enables fuzzy/semantic matching on structured data.
## Row Embeddings Query Overview