Type that defines the config required to initialize the ConvexKVStore class. It includes the table name, index name, field name.
ConvexKVStoreConfigDefaults to internal.langchain.db.deleteMany
Defaults to "key"
Defaults to internal.langchain.db.lookup
The name of the table within the specified keyspace dedicated to storing key-value pairs. The table will be created if it does not exist.
Defaults to internal.langchain.db.upsert
Defaults to "value"