-
Notifications
You must be signed in to change notification settings - Fork 123
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
[BUG] Dynamic template for vectorized output fields #2247
Labels
bug
Something isn't working
Comments
@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? |
What is the actual field's value generated by ingest processor? |
[Catch All Triage - 1, 2, 3] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: