-
Notifications
You must be signed in to change notification settings - Fork 662
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
Failed to load index with ID {index_id} #65
Comments
@DhananjayanOnline This error would come up if the document you selected in your chat hadn't been previously indexed. Did you run the seed script before running the server? |
@sourabhdesai No, I didn't execute the seed script; instead, I manually uploaded a custom document to Minio and performed upsert operation to store the document's URL in the database. Is it necessary to run the seed script? |
I'm on the same error. @DhananjayanOnline did you figure out a way ? I did the same as you, using upsert instead of seed_db |
I figured it out. The error is not The failure to find the index triggers calls to embeddings. And then that fails, and retries several times, finally failing completely with In case of @DhananjayanOnline , the error can be seen in the first stack after @castelbu , try to look into more detail in your stack trace. |
hi @cipri-tom @sourabhdesai i faced a similar error like the one mentioned in this thread. can anyone please point out where i am going wrong and how to correct it? During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I'm encountering an issue when trying to retrieve information from a document. The error message reads 'Failed to load index with ID {index_id}.
The text was updated successfully, but these errors were encountered: