EmbeddingColumnMapping interface
Maps a SQL column to a vector field for embedding.
Properties
| name | Target vector field name in the search index. |
| source |
SQL column used as input for embedding generation. |
Property Details
name
Target vector field name in the search index.
name: string
Property Value
string
sourceField
SQL column used as input for embedding generation.
sourceField: string
Property Value
string