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.25k stars 306 forks source link

David edit #84

Closed Daeyevid closed 1 year ago

Daeyevid commented 1 year ago

Various improvements:

Daeyevid commented 1 year ago

@pashpashpash I removed the 443 redirects for Kubernetes because you can do this with two load balancers, one on port 80 that redirects to 443 and one on port 443 to handle the load and route to your app. I also recommend Cloud Run over Kubernetes for something lightweight like this as it's generally cheaper.

pashpashpash commented 1 year ago

Looking good! Great work

Screen Shot 2023-06-17 at 5 44 06 PM

If you want to add an additional PR for the kubernetes config/dockerfile and any documentation on how to set that up, I will happily review + merge that as well. Thanks for the PR!