Readonly
ctxOptional
Readonly
deleteDefaults to internal.langchain.db.deleteMany
Optional
Readonly
indexDefaults to "byKey"
Optional
Readonly
keyDefaults to "key"
Optional
Readonly
lookupDefaults to internal.langchain.db.lookup
Optional
Readonly
tableDefaults to "cache"
Optional
Readonly
upsertDefaults to internal.langchain.db.upsert
Optional
Readonly
valueDefaults to "value"
Type that defines the config required to initialize the ConvexKVStore class. It includes the table name, index name, field name.