Open juntezhang opened 1 year ago
@juntezhang Thanks for reporting the issue. I will try reproduce the issue and see what is happening.
looks like issue is related to knn vector_field type. @navneet1v @jmazanec15 any objections if we move it to knn repo?
Preview of field's value: '-0.083671086'
What is the actual field's value generated by ingest processor?
[Catch All Triage - 1, 2, 3]
What is the bug?
I want to use dynamic templates to create vectorized output fields. In the ingest processor I want to create the configuration only once, without having to configure again in the index mapping.
This is not working, because I am getting the following error:
I have a field called
Body
that consists of text, and the neural Ingest pipeline will create an output field calledBody_vector
. Thedimension
has already been set to 384 but it sets it to 1 or parses it as 1.How can one reproduce the bug?
Steps to reproduce the behavior.
Follow the Neural Search plugin tutorial created by Sease, but create an index with a dynamic template like this:
Index documents and see that you get above exception thrown.
What is the expected behavior?
A clear and concise description of what you expected to happen.
The expected behavior is that the dynamic template should create the vectorized output fields as configured in the mapping and index without errors.
What is your host/environment?
Operating system, version.
Mac 13.3, but running OpenSearch in Docker with Ubuntu.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
N/A
Do you have any additional context?
Add any other context about the problem.
I am happy to contribute to a solution.