Add missing autocomplete entries fro semantic_text and sparse_vector #227541
Add missing autocomplete entries fro semantic_text and sparse_vector #227541kderusso merged 5 commits intoelastic:mainfrom
Conversation
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16275981205 |
💚 Build Succeeded
Metrics [docs]
History
|
…lastic#227541) Adds some AutoComplete entries that were missing for Dev tools: `semantic_text` chunking settings: <img width="620" height="343" alt="Screenshot 2025-07-10 at 4 12 30 PM" src="https://github.com/user-attachments/assets/7606c66f-2d82-4863-bdb2-50231c76d470" /> <img width="623" height="336" alt="Screenshot 2025-07-10 at 4 12 46 PM" src="https://github.com/user-attachments/assets/76f5b329-7a14-4606-860c-98de71ad17a7" /> Also, fixes a bug with `sparse_vector` query where `query_vector` is represented as an array when it should be a map: <img width="394" height="228" alt="Screenshot 2025-07-10 at 4 13 13 PM" src="https://github.com/user-attachments/assets/5c4aeaaa-9672-45f5-b373-dcb67825d8f9" /> Verified that `knn` `query_vector` is still represented as an array: <img width="353" height="300" alt="Screenshot 2025-07-10 at 4 13 43 PM" src="https://github.com/user-attachments/assets/1caf3397-2963-4fcb-9455-d74534223f0b" /> (cherry picked from commit a48eccf)
…lastic#227541) Adds some AutoComplete entries that were missing for Dev tools: `semantic_text` chunking settings: <img width="620" height="343" alt="Screenshot 2025-07-10 at 4 12 30 PM" src="https://github.com/user-attachments/assets/7606c66f-2d82-4863-bdb2-50231c76d470" /> <img width="623" height="336" alt="Screenshot 2025-07-10 at 4 12 46 PM" src="https://github.com/user-attachments/assets/76f5b329-7a14-4606-860c-98de71ad17a7" /> Also, fixes a bug with `sparse_vector` query where `query_vector` is represented as an array when it should be a map: <img width="394" height="228" alt="Screenshot 2025-07-10 at 4 13 13 PM" src="https://github.com/user-attachments/assets/5c4aeaaa-9672-45f5-b373-dcb67825d8f9" /> Verified that `knn` `query_vector` is still represented as an array: <img width="353" height="300" alt="Screenshot 2025-07-10 at 4 13 43 PM" src="https://github.com/user-attachments/assets/1caf3397-2963-4fcb-9455-d74534223f0b" /> (cherry picked from commit a48eccf)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
3 similar comments
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
2 similar comments
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
8 similar comments
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Adds some AutoComplete entries that were missing for Dev tools:
semantic_textchunking settings:Also, fixes a bug with

sparse_vectorquery wherequery_vectoris represented as an array when it should be a map:Verified that

knnquery_vectoris still represented as an array: