You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you checkout the submodules in the sqlite-vss repo, it points to the facebookresearch/faiss@868e17f , which is pretty old. We can bump this to something newer (at least v1.7.4, Apr 19th ), where we can update the #includes to fix errors like this.
But if you're compiling sqlite-vss yourself, I recommend checking out the submodules in that repo, since we haven't tested on newer version of Faiss.
[BUG] Missing
faiss::FaissException
in the compile procedureBehavior:
Error message
Fix, add the
<faiss/impl/FaissException.h>
file tosqlite-vss.cpp
:The text was updated successfully, but these errors were encountered: