Materialize a fixed-dimension embedding table
Source:R/retrieval.R
ducksemantics_materialize_embedding_index.RdMaterialize a fixed-dimension embedding table
Usage
ducksemantics_materialize_embedding_index(
conn,
dimensions,
provider = NULL,
subject_kind = NULL,
table = NULL,
source_table = "semantic_embeddings",
hnsw = FALSE,
metric = "cosine"
)