-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update the latest pinecone version to the latest version with support for Serverless indexes (the current only option for free pinecone accounts) #473
Comments
im getting the same issue. Does this basically mean can't be used until it is updated? :( |
This app was extremely useful to understand complex topics on different kinds of pdf documents. Perhaps we can change the connection method to reflect the new modality, if possible to keep it free. |
I was able to fixe the issue by using the individual Langchain packages
Check out a sample implementation https://github.com/arpeiks/gpt-langchain |
Thanks @arpeiks, I went into your fork for this project. I'm thinking, shall I clone this files and replace them into this project? |
im getting the same issue |
Curious if anyone has found a solve for this yet? I'm experiencing the same issue |
Use the latest version of the app in the main branch |
In the new version of pinecone, the capacity mode of an index can be serverless or pod-base (before it was only pod-base). The free account of pinecone currently only allows the serverless mode.
In the serverless mode, there is no an environtment parameter; the
PINECONE_ANVIRONMENT
parameter does not make sense anymore.The pinecone-python lib needs to be updated to the latest version.
Ref: I asked Pinecone about it:
https://community.pinecone.io/t/how-to-find-out-what-is-my-environment-name-in-a-free-pinecone-account/6253
where they mention that:
gpt4-pdf-chatbot-langchain needs to be updated to use the latest version of the NodeJS SDK.
The text was updated successfully, but these errors were encountered: