WrenAI
WrenAI copied to clipboard
how do wren-ai-service connect other Vector database
i buy tencent Vector database.
i want use tencent cloud provider Vector database
https://cloud.tencent.com/document/product/1709
how can do ?
we can support other vector database?
I think that there is no other vector database that you can use straight up, WrenAI currently only supports Qdrant as the vector database.
If you want to use another one you have to manually change the code, configurations, vector stores, pipelines, etc..
At least thats what i have done to use Azure AI Search.