Batch embed rows and store in Pinecone for vector search
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| table_name | VARCHAR | — |
| column_name | VARCHAR | — |
| rows_json | VARCHAR | — |
| batch_size(optional) | INTEGER | — |
| namespace(optional) | VARCHAR | — |
Generate 768-dim embedding vector from text (on-box nomic-embed-text-v1.5)
Batch embed rows and store in lars_embeddings
Batch embed rows and store in Elasticsearch for hybrid 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 Pinecone for vector search
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| table_name | VARCHAR | — |
| column_name | VARCHAR | — |
| rows_json | VARCHAR | — |
| batch_size(optional) | INTEGER | — |
| namespace(optional) | VARCHAR | — |
Generate 768-dim embedding vector from text (on-box nomic-embed-text-v1.5)
Batch embed rows and store in lars_embeddings
Batch embed rows and store in Elasticsearch for hybrid 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)