You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create.
If the bug is trivial, just go ahead and create the issue. Otherwise, please take a few moments and fill in the following sections:
Bug description
error: 'co.elastic.clients.elasticsearch._types.mapping.DenseVectorProperty$Builder co.elastic.clients.elasticsearch._types.mapping.DenseVectorProperty$Builder.similarity(java.lang.String)', I check the source code,A type mismatch was found.
@yulang1992 Looks like the elastic search java client you are using isn't compatible with the version Spring AI 1.0.0 brings in - 8.15.5. You need to enforce your application to use this specific version of elastic search java client to make this work.
Please feel free to re-open the issue if you still see the issue.
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create.
If the bug is trivial, just go ahead and create the issue. Otherwise, please take a few moments and fill in the following sections:
Bug description
error: 'co.elastic.clients.elasticsearch._types.mapping.DenseVectorProperty$Builder co.elastic.clients.elasticsearch._types.mapping.DenseVectorProperty$Builder.similarity(java.lang.String)', I check the source code,A type mismatch was found.
Environment
Steps to reproduce
Steps to reproduce the issue.
Expected behavior
The text was updated successfully, but these errors were encountered: