miurla / babyagi-ui

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.
https://babyagi-ui.vercel.app
MIT License
1.31k stars 278 forks source link

Offline vector DB support #156

Open 0xT3chN0 opened 1 year ago

0xT3chN0 commented 1 year ago

Please add support for offline vector DBs (e.g. Qdrant).

miurla commented 1 year ago

Hi @nicholaskoerfer, I understand the need for local vector DB support as the original BabyAGI has switched from Pinecone to Chroma/Weaviate. However, in the case of BabyAGI-UI, we've added mod versions (BabyDeerAGI, BabyElfAGI) in addition to the original BabyAGI, and these mods no longer require a vector DB.

Do you often use the original (BabyAGI) rather than the mod version?