Readonly ctx: GenericActionCtx<DataModel>Optional Readonly deleteDefaults to internal.langchain.db.deleteMany
Optional Readonly index?: IndexNameDefaults to "byKey"
Optional Readonly keyDefaults to "key"
Optional Readonly lookup?: LookupQueryDefaults to internal.langchain.db.lookup
Optional Readonly table?: TableNameDefaults to "cache"
Optional Readonly upsert?: UpsertMutationDefaults 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.