-
Notifications
You must be signed in to change notification settings - Fork 14
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
ElasticsearchWarning: text_expansion is deprecated. Use sparse_vector instead. #42
Comments
First of all, you should be using the Aside from that, the |
Thanks for your response. Yes, I am already using the To ingest I am doing:
and during search, I do the following:
Would you suggest a different API? I started to try the lower level ones that elasticsearch publishes in their tutorials but being new at this, I appear to be making mistakes. I was going to suppress the warning but then I will not know if it becomes a problem. |
As for the latest doc till date i am getting the same error using the latest sdk
|
The langchain and llamaindex integrations for Elasticsearch still use |
I'm using elasticsearch 8.15 and ElasticsearchStore which generates the following warnimg. Can you suggest how to mitigate this warning other than ignoring it. Is it ignorable?
This appears to come from this line of my code:
The following are the current package levels.
The text was updated successfully, but these errors were encountered: