Conversation
9fd5193 to
528377e
Compare
I agree with this question. We don't have a conversion from the old format. Such situations are possible even if a user updates qdrant correctly (minor-by-minor version). We probably need to implement a converter and remove everything in the next minor release. Let's discuss it. To avoid spontaneously merging before the decision, I mark this PR as changes required. |
IvanPleshkov
left a comment
There was a problem hiding this comment.
Mark as requested changes while old version support discussion
Good point. |
I'm reading current |
|
The conversion happens at So, this was a dead code already. |
This PR drops the support for reading/converting of the old
graph.binfile format used before Qdrant 0.8.4.This old format stores everything in a single
graph.binfile while newer versions of qdrant store the graph in two files,graph.bin+links.bin.