Replies: 1 comment
-
I was getting the same behavior using elasticsearch:8.12.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I would like to use the hybrid DenseVectorStrategy from ElasticSearch. I share a minimal code for this purpose.
I checked the documentation and implement it accordingly, but I am getting
elasticsearch.BadRequestError: BadRequestError(400, 'parsing_exception', 'Unknown key for a START_OBJECT in [retriever].')
in the line where search is operated.The search in the code can work if I set hybrid option as False. But I would like to use hybrid option.
Much appreciated if you help on this issue. I searched for similar discussions, but those are answered by a bot, and does not help me fixing the issue.
Many thanks!
System Info
Here is the info about the installed libraries:
The python version is
Python 3.9.12
.Additionally the is the info about the docker that I used for the elastic search:
Beta Was this translation helpful? Give feedback.
All reactions