Batch embed rows and store in lars_embeddings
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| table_name | VARCHAR | Source table name (for tracking) |
| column_name | VARCHAR | Column name (for metadata) |
| rows_json | VARCHAR | JSON array of {id, text} objects |
| batch_size(optional) | INTEGER | Batch size (default 50) |
Generate 768-dim embedding vector from text (on-box nomic-embed-text-v1.5)
Batch embed rows and store in Elasticsearch for hybrid search
Batch embed rows and store in Pinecone for vector search
Check embedding coverage for a table/column
Generate embedding and store with table/column/ID tracking
SigLIP 2 embedding for an image (L2-normalized, shared image/text space)
Batch embed rows and store in lars_embeddings
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| table_name | VARCHAR | Source table name (for tracking) |
| column_name | VARCHAR | Column name (for metadata) |
| rows_json | VARCHAR | JSON array of {id, text} objects |
| batch_size(optional) | INTEGER | Batch size (default 50) |
Generate 768-dim embedding vector from text (on-box nomic-embed-text-v1.5)
Batch embed rows and store in Elasticsearch for hybrid search
Batch embed rows and store in Pinecone for vector search
Check embedding coverage for a table/column
Generate embedding and store with table/column/ID tracking
SigLIP 2 embedding for an image (L2-normalized, shared image/text space)