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.
ConvexVectorStoreConfigDefaults to "embedding"
Defaults to internal.langchain.db.get
Defaults to internal.langchain.db.insert
Defaults to "metadata"
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 "text"