Skip to content

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented Oct 3, 2025

Added in elastic/elasticsearch#105393. Fixes the following test:

// Test file: /test/free/search.vectors/170_knn_search_hex_encoded_byte_vectors.yml
// Test name: Knn search with hex string for byte field

import { expectAssignable } from 'tsd'
import * as T from '../types'

expectAssignable<T.SearchRequest>({
  "body": {
    "knn": {
      "field": "my_vector_byte",
      "k": 10,
      "num_candidates": 100,
      "query_vector": "400ae2"
    },
    "size": 3
  },
  "index": "knn_hex_vector_index",
  "typed_keys": true
})

@pquentin pquentin added the skip-backport This pull request should not be backported label Oct 3, 2025
Copy link
Contributor

github-actions bot commented Oct 3, 2025

Following you can find the validation changes against the target branch for the API.

API Status Request Response
search 🔴 2540/2602 → 2544/2602 2602/2602

You can validate this API yourself by using the make validate target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-backport This pull request should not be backported specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant