Git Product home page Git Product logo

Comments (8)

anand-mukul avatar anand-mukul commented on July 19, 2024 2

Follow this step on Pinecone:

Delete your Index,
Delete Your Organization and,
Create new Organization and Index .
And, You're all Good! 👋

This will solve your problem: https://gist.github.com/anand-mukul/1a813bd686f7faff2e1793b6580fa539

from quill.

iampapagray avatar iampapagray commented on July 19, 2024 1

Follow this step on Pinecone:

Delete your Index, Delete Your Organization and, Create new Organization and Index . And, You're all Good! 👋

This will solve your problem: https://gist.github.com/anand-mukul/1a813bd686f7faff2e1793b6580fa539

ALright. Thanks. Let me try that real quick.

Got a new environment. Thanks

from quill.

engmsaleh avatar engmsaleh commented on July 19, 2024 1

Also, you need to comment out namespace from these

await PineconeStore.fromDocuments(
  pageLevelDocs,
  embeddings,
  {
    pineconeIndex,
    // namespace: createdFile.id,
  }
)

from quill.

iampapagray avatar iampapagray commented on July 19, 2024

I've been searching through Pinecone docs for a solution and i found out that
Indexes in the [gcp-starter environment](https://docs.pinecone.io/docs/starter-environment) do not support namespaces.

Whiles creating my Index in Pinecone the only option available to me (Free Plan) is the Starter (which uses 'gcp-starter' environment).

This seems to be the reason for the error above.

Anyone know a way around this? since we will need the namespace (File ID) in order to search for indexes.
How else can a unique id be passed to Pinecode?

from quill.

iampapagray avatar iampapagray commented on July 19, 2024

@anand-mukul After getting the new environment, i am unable to test the app anymore. The dashboard page gets stuck on Loading. When i try uploading a file, i get stuck at Redirecting...

Even though the file is uploaded and the record saved in the DB. Pinecode also works correctly as the status of the file is updated to SUCCESS.

I added some logs to the TRPC routes and noticed that they are not been called.
I'm not sure what caused this.

from quill.

anand-mukul avatar anand-mukul commented on July 19, 2024

Please share more details such as console image or error message
also, verify the Pinecone Index and Environment Name.

from quill.

iampapagray avatar iampapagray commented on July 19, 2024

@anand-mukul The pinecone details are correct and I can verify that the vectors are being stored on pinecone.
There are also no console logs in the browser or the terminal.

I'll restart my laptop and retry and let you know if it still persists.

from quill.

iampapagray avatar iampapagray commented on July 19, 2024

After restarting the computer everything seems to work as expected.

from quill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.