Skip to content
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

Qdrant error on one_click #13

Open
hexive opened this issue Jul 4, 2024 · 1 comment
Open

Qdrant error on one_click #13

hexive opened this issue Jul 4, 2024 · 1 comment

Comments

@hexive
Copy link

hexive commented Jul 4, 2024

got a Qdrant error using one_click_install in llama_index_pq:
"failed to restore RocksDB backup: Notfound: Backup not found."

I also tried importing the prompts_ng_gte[...].snapshot directly from the Qdrant console and got a similar error:
"error": "Service internal error: failed to restore RocksDB Backup: NotFound: Backup not found"

I'm new to Qdrant today -- is this a database error or some problem with the snapshot?

I was able to successfully restore the smaller prompts_large_meta[...].snapshot into Qdrant but it then throws Prompt Quill errors on chat submit:
"Wrong input: Vector inserting error: expected dim: 384, got 768"

I will continue troubleshooting but if you have suggestions I'd welcome them.

@osi1880vr
Copy link
Owner

"failed to restore RocksDB backup: Notfound: Backup not found."

I have no idea why it does this sometimes.

"Wrong input: Vector inserting error: expected dim: 384, got 768"

This happens when you try to load the old and the new version of the data into the same collection, old was 384 vector dims and new is 768 dimensions and the collection can only handle one set of dimensions so they can not be mixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants