elasticsearch[patch], community[patch]: update references, deprecate community classes (#18506)

Follow up on https://github.com/langchain-ai/langchain/pull/17467.

- Update all references to the Elasticsearch classes to use the partners
package.
- Deprecate community classes.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Max Jakob
2024-03-07 00:09:12 +01:00
committed by GitHub
parent 6041ec3dd1
commit cca0167917
15 changed files with 72 additions and 34 deletions

View File

@@ -45,7 +45,7 @@
}
],
"source": [
"%pip install --upgrade --quiet U lark elasticsearch"
"%pip install --upgrade --quiet U lark langchain langchain-elasticsearch"
]
},
{