osi1880vr / prompt_quill

Apache License 2.0
195 stars 19 forks source link

Qdrant error on one_click #13

Open hexive opened 1 month ago

hexive commented 1 month ago

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 commented 2 days ago

"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.