Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider exposing internal stats and metrics in C++/Python code #3841

Open
alexanderguzhva opened this issue Sep 6, 2024 · 0 comments
Open

Comments

@alexanderguzhva
Copy link
Contributor

Summary

Certain Faiss algorithms maintain internal statistics during the search or other functions. It helps if these statistics can be visible in outside world. For example, one could add extra pointer-based fields SearchParameters-derived classes that would be populated in a corresponding ::search() methods.

Such as

struct SearchParametersHNSW : SearchParameters {
    HNSWStats* output_stats = nullptr;
};

Faiss version:
master branch

Installed from:

Faiss compilation options:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants