griptape-ai / griptape

Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
https://www.griptape.ai
Apache License 2.0
2k stars 166 forks source link

Add ChromaDB vector store driver support #1278

Open KamilFatkhiev opened 4 days ago

KamilFatkhiev commented 4 days ago

Hi! I'm very interested in Griptape for its ease of building multi-agent applications, however I haven't found a ChromaDB driver in the current version of the framework. I think it would be good to add support for this vector storage.

collindutter commented 3 days ago

Hey @KamilFatkhiev, thanks for the suggestion -- this seems like it would be a great addition to Griptape. While I can't provide a great timeline right now, if you're interested in implementing bits yourself the PineconeVectorStoreDriver should serve as a great reference point.

Please don't hesitate to reach out if you have any questions!