Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / embedding / EmbeddingMetadataEntry

Type Alias: EmbeddingMetadataEntry

type EmbeddingMetadataEntry: object;

One entry of the embedding_functions schema metadata, with the column keys normalized across the bindings' spellings.

Type declaration

model

model: EmbeddingFunction["TOptions"];

name

name: string;

sourceColumn

sourceColumn: string;

vectorColumn

vectorColumn: string;