Readonly
ctx: GenericActionCtx<DataModel>Optional
Readonly
embeddingDefaults to "embedding"
Optional
Readonly
get?: GetQueryDefaults to internal.langchain.db.get
Optional
Readonly
index?: IndexNameDefaults to "byEmbedding"
Optional
Readonly
insert?: InsertMutationDefaults to internal.langchain.db.insert
Optional
Readonly
metadataDefaults to "metadata"
Optional
Readonly
table?: TableNameDefaults to "documents"
Optional
Readonly
textDefaults to "text"
Generated using TypeDoc
Type that defines the config required to initialize the ConvexVectorStore class. It includes the table name, index name, text field name, and embedding field name.