ChuloAI / BrainChulo

Harnessing the Memory Power of the Camelids
MIT License
145 stars 11 forks source link

Ability to specify collection names #7

Closed iGavroche closed 1 year ago

iGavroche commented 1 year ago

This will allow us to create different collections for conversation and document stores, Everything is setup for:

self.document_vector_store = Chroma(config.document_store_name)
self.convos_vector_store = Chroma(config.conversation_store_name)