Support different vector dbs instead of just collections?

Hi,

We work on a project where each client must have his own vector db where different types of his business data are vectorized. can it be possible to connect third party vector dbs into tasking and link different collections inside a assistant per db name?

Is your client’s vector database deployed on their own servers or on third-party clouds such as Pinecone, Zilliz, Qdrant, etc.?
If it’s on private servers, you might consider creating an action and integrating it as a tool through HTTP requests. If it’s a third-party database, we should be able to integrate it into TaskingAI through standard APIs.

No, they are on my VPSs, but great suggestions to create an action, at the stage I am now, it should suffice but for the future, a deeper integration into the rest apis with third party vector dbs would look pretty nice.

Thanks for the info!