pashpashpash / vault-ai

OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.
https://vault.pash.city
MIT License
3.26k stars 307 forks source link

Feature Request: Make UUID optional #4

Open cs96and opened 1 year ago

cs96and commented 1 year ago

I see the database is now compartmentalized by UUID. This makes sense for your public demo, however if I am running my own private copy, I don't need this functionality (i.e. I'd like everyone to see the same DB).

isConic commented 1 year ago

the uuid is a primary key in pinecone. There's actually a related error where uuid is set to be a batch processing loop's i, so if you batch process 2 batches old queries will be over-run. It's necessary for the time being.