TencentVectorDB(
self,
embedding: Embeddings,
connection_params: ConnectionParams,
index_params: IndexParams | Name | Type |
|---|---|
| embedding | Embeddings |
| connection_params | ConnectionParams |
| index_params | IndexParams |
| database_name | str |
| collection_name | str |
| drop_old | Optional[bool] |
| collection_description | Optional[str] |
| meta_fields | Optional[List[MetaField]] |
| t_vdb_embedding | Optional[str] |
Tencent 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.tencent.com/document/product/1709/104489