Eduardo Pinho

Results 254 comments of Eduardo Pinho

The C-STABLE guideline advocates for library maintainers providing a v1 when the API is considered stable (as in, less likely to change substantially at that point). This all seems orthogonal...

> I would just like to note that, in the help page, the file token has the optional tag '[...]' instead of the required one ''. > > Is it...

I came here after hearing criticism over this lint. I have to agree that it feels like a mistake having it as _warn_ by default. It introduces unnecessary noise to...

I posted an issue here because I found a comment asking this very same question and I would prefer to have such questions tracked in here. I am working on...

npm is only used for building the webapp manually. You can use Maven to build everything in one step using `mvn install` or `mvn package`. To build the webapp separately,...

Here are some tips for troubleshooting: - Try cleaning up the project with `mvn clean` and running `mvn install` again. - Is it the Windows 64-bit or 32-bit? There might...

True, the details in c_api/INSTALL.md were applicable before the project started using CMake, and it has not been updated since then. Would you like to send in a pull request...

I am confused about the recent decision to create different library build targets for the instruction set characteristics. Assuming that those `faiss_c` and `faiss_avx2_c` have the same set of exported...

As v1.7.1 is already tagged in this repository, I suspect this may have to be delayed to a later version. This can be mitigated by renaming libfaiss_avx2.so to libfaiss.so in...

I have been reiterating on the store SCP, but now that my branch is rebased, I will need to commandeer this with a new pull request. Your baseline is still...