Semantic Text Embedding in Elasticsearch 9.0 #127977
Labels
>bug
:Search Relevance/Analysis
How text is split into tokens
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Elasticsearch Version
9.0.1
Installed Plugins
No response
Java Version
bundled
OS Version
N/A - Hosted Deployment
Problem Description
When creating an index with field type semantic_text, the field is not automatically chunking the text and generating embeddings during document indexing.
This works in 8.17.3.
Steps to Reproduce
On Kibana > Devtools
Create an index, using semantic_text for the field in question:
Next, submit a document, like in this example:
Then, look at the results:
The field "text" is not chunked. This was tested with .multilingual-e5-small-elasticsearch as well as an Azure OpenAI inference_id. The same steps on a 8.17.3 cluster do create the chunks.
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: