VikingDB(
self,
embedding_function: Embeddings,
collection_name: str = 'LangChainCollection',
connection_args: Optional| Name | Type |
|---|---|
| embedding_function | Embeddings |
| collection_name | str |
| connection_args | Optional[VikingDBConfig] |
| index_params | Optional[dict] |
| drop_old | Optional[bool] |
vikingdb as a vector store
In order to use this you need to have a database instance. See the following documentation for details: https://www.volcengine.com/docs/6459/1167774