D-Star-AI / dsRAG

High-performance retrieval engine for unstructured data
MIT License
779 stars 54 forks source link

Add Chroma VectorDB class #2

Closed zmccormick7 closed 1 month ago

zmccormick7 commented 4 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.