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

Add modelId and modelText to KnnVectorQueryBuilder #106068

Merged
merged 36 commits into from
Mar 18, 2024

Commits on Mar 7, 2024

  1. Add modelId and modelText to KnnVectorQueryBuilder

    Use QueryVectorBuilder within KnnVectorQueryBuilder to make it
    possible to perform knn queries also when a query vector is not
    immediately available. Supplying a text_embedding query_vector_builder
    with model_text and model_id instead of the query_vector will result
    in the generation of a query_vector by calling inference on the
    specified model_id with the supplied model_text (during query
    rewrite). This is consistent with the way query vectors are built
    from model_id / model_text in KnnSearchBuilder (DFS phase).
    tteofili committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b53f756 View commit details
    Browse the repository at this point in the history
  2. Added missing files

    tteofili committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d81c4e1 View commit details
    Browse the repository at this point in the history
  3. Fix query in yaml test

    tteofili committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    32e701e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1eb1286 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98e9b21 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'knn_dsl_modeltext_modelid' of github.com:tteofili/elast…

    …icsearch into knn_dsl_modeltext_modelid
    tteofili committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b58d1d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    dca4e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840ff1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e35f29 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    1f9ac72 View commit details
    Browse the repository at this point in the history
  2. Fix ctor visibility

    tteofili committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f2c998e View commit details
    Browse the repository at this point in the history
  3. Improved input validation

    tteofili committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b164d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    905bc31 View commit details
    Browse the repository at this point in the history
  5. dropped unused ctor

    tteofili committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d359256 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fa135c View commit details
    Browse the repository at this point in the history
  7. formatting fix

    tteofili committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1e58587 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    301705d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303431e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f09dc1 View commit details
    Browse the repository at this point in the history
  4. fixed docs error

    tteofili committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0f9d59f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28e2136 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c22e9c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    ce232be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f359b89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3013a1b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    45b5a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de580a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9193cf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f97ea1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73f300d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    983c7e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f682fb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    61671b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e882d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    822a32d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166e3c5 View commit details
    Browse the repository at this point in the history