fraserxu / book-gpt

Drop a book, start asking question.

Home Page:https://book-gpt.fraserxu.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pinecone environment is hardcoded and users based out of West Coast cannot use the app

Nailan opened this issue · comments

The problem is that in Pinecone I couldn't find an option to pick environment and every index I create has "us-east-1-aws" environment. So the application throws an error:

PineconeClient: Error getting project name: SyntaxError: Unexpected token 'A', "API key is"... is not valid JSON

To fix this problem I moved Pinecone environment to credentials (the same way you do with API keys). How can I create a pull request with this fix?

It will be another field in the credentials form, or maybe two, one for the index name and one for region.

This can be added to https://github.com/fraserxu/book-gpt/blob/main/pages/credentials.tsx

@fraserxu Yes, I mean if you changed your security settings I could create a PR with the fix

Hmm, sorry if I missed anything, can you fork this repo and create pull request?

Sure, I can do that
Thanks