BaiduVectorDB(
self,
embedding: Embeddings,
connection_params: ConnectionParams,
table_params: TableParams = | Name | Type |
|---|---|
| embedding | Embeddings |
| connection_params | ConnectionParams |
| table_params | TableParams |
| database_name | str |
| table_name | str |
| drop_old | Optional[bool] |
Baidu VectorDB as a vector store.
In order to use this you need to have a database instance. See the following documentation for details: https://cloud.baidu.com/doc/VDB/index.html