vault-ai
vault-ai copied to clipboard
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.
recieve -> receive
Error: ``` Failed Files: .pdf Reason: Error upserting embeddings to Pinecone: Post ".pinecone.io/vectors/upsert": unsupported protocol scheme "" ``` To reproduce: Follow the setup instructions as per README on 20/4/23, upload...
Hello! Super interested in playing around with this. There are many references to "vault" repository, but it seems like it has been renamed to vault-ai. This leads to ```fatal: repository...
Hello, How might I improve response quality's reasoning? Is there a setting, prompt technique, or limitation I need to know more about? Does this solution lack some sort of access...
Is it possible to deploy the app on Azure? If so can you provide instructions?
after increasing `MAX_FILE_SIZE` and `MAX_TOTAL_UPLOAD_SIZE` in `fileupload.go` , I uploaded an epub and after a while ran into this error. The book is 45mb. ``` ^[[?1;0c^[[?1;0c^[[?1;0c^[[?1;0c^[[?1;0c^[[?1;0c2023/04/20 09:01:19 [UploadHandler ERR] Error...
How accurate will this be? Will it just do a search on the data and return the closest possible match? Or can I upload a large amount of data and...
Please note - first time I create a dockerfile. Need to add credentials in docker compose. Scripts are part of dockerfile so they are not needed in package.json. I was...
Rationale: I would like to set this up locally and Pinecone only has a paid subscription model, if you are not whitelisted through the waiting list. I would like to...
``` func CreateChunks(fileContent string, window int, stride int, title string) []Chunk { sentences := strings.Split(fileContent, ".") // assuming sentences end with a period newData := make([]Chunk, 0) for i :=...