DivergentAI/dreamGPT

Locally installed vector db options?

ipninichuck opened this issue · 1 comments

I have a question around storing the dreams. For a small POC project would it be possible to use a locally hosted vector db rather than Pine Cone? Perhaps something like Elasticsearch or other vector capable choices?

sachaa commented

Great question! We have this in our backlog. In the mean time, you can replace our https://github.com/DivergentAI/dreamGPT/blob/main/dreamgpt/store/store.py with your custom logic. Should be quite straight forward.