Failing at replicating the python index merging example in C++ #3592
jackbergus
started this conversation in
General
Replies: 1 comment
-
Please see the updated code, as now I am not getting the results. Furthermore, if I try to reconstruct the vector, it tells me that the direct map was not initialized, as this was not serialized in the first place (when deserializing, it gives me a NoMap). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Platform
OS: Ubuntu Jammy, Ubuntu 22.04.4 LTS
Faiss version: 77e2e79
Installed from: compiled myself using CMake and LLVM (clang17).
Faiss compilation options: Faiss was added as a submodule to my current project, and I set the following flags manually in my CMakeLists.txt:
Running on:
Interface:
Reproduction instructions
As there was no equivalent to the
demo_ondisk_ivf.py
example, I managed to create one. Still, I have some issues concerning the querying, as it seems that, after the merging, no result was provided, as I get that the output of the given query provides -1 indices for each query vector.Beta Was this translation helpful? Give feedback.
All reactions