Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / embedding / parseEmbeddingMetadata

Function: parseEmbeddingMetadata()

function parseEmbeddingMetadata(json): EmbeddingMetadataEntry[]

The single parser for embedding_functions schema metadata: every reader goes through here, so the wire contract cannot fork between them.

Parameters

  • json: string

Returns

EmbeddingMetadataEntry[]