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

MB-61889: support search with params #2049

Merged
merged 2 commits into from
Jul 25, 2024
Merged

MB-61889: support search with params #2049

merged 2 commits into from
Jul 25, 2024

Commits on Jul 22, 2024

  1. MB-61889: support search with params

    - update knn search request syntax, to enable users to supply search-time parameters,
      using which they can control the latency v/s recall tradeoff.
    - Supported parameters are
      + ivf_nprobe_pct
      + ivf_max_codes_pct
    - These parameters will be applied to those segments which have faissIVFIndex
    
    - In future, to support other faiss Index classes (like hnsw), the list of
      supported knn search params can be extended.
    moshaad7 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    359a033 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Upgrade bleve_index_api, scorch_segment_api, go-faiss, zapx

    * 65187de Mohd Shaad Khan | MB-61889: support search with params
    abhinavdangeti committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    466662f View commit details
    Browse the repository at this point in the history