D-Star-AI / dsRAG

High-performance retrieval engine for unstructured data
MIT License
814 stars 55 forks source link

Add Pinecone VectorDB class #1

Open zmccormick7 opened 5 months ago

zmccormick7 commented 5 months ago

The VectorDB component is a critical part of the system, and we want to support all of the major players. You can add support for a new one by subclassing the VectorDB base class and making sure you have all of the required methods.

rohanprashant12 commented 1 day ago

+1 on this request

zmccormick7 commented 1 day ago

I went ahead and started working on this: PR #57