You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Max Jakob 5ab69f907f
partners: add Elasticsearch package (#17467)
### Description
This PR moves the Elasticsearch classes to a partners package.

Note that we will not move (and later remove) `ElasticKnnSearch`. It
were previously deprecated.
`ElasticVectorSearch` is going to stay in the community package since it
is used quite a lot still.

Also note that I left the `ElasticsearchTranslator` for self query
untouched because it resides in main `langchain` package.

### Dependencies
There will be another PR that updates the notebooks (potentially pulling
them into the partners package) and templates and removes the classes
from the community package, see
https://github.com/langchain-ai/langchain/pull/17468

#### Open question
How to make the transition smooth for users? Do we move the import
aliases and require people to install `langchain-elasticsearch`? Or do
we remove the import aliases from the `langchain` package all together?
What has worked well for other partner packages?

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
7 months ago
..
api_reference infra: create api rst for specific pkg (#18144) 7 months ago
data 👥 Update LangChain people data (#17900) 7 months ago
docs partners: add Elasticsearch package (#17467) 7 months ago
scripts infra: add print rule to ruff (#16221) 8 months ago
src 👥 Update LangChain people data (#17743) 7 months ago
static docs: logo (#17972) 7 months ago
.local_build.sh docs: partner packages (#16960) 8 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 12 months ago
code-block-loader.js Restructure docs (#11620) 12 months ago
docusaurus.config.js docs: logo (#17972) 7 months ago
package-lock.json docs[patch]: search experiment (#14254) 10 months ago
package.json 👥 Update LangChain people data (#17743) 7 months ago
settings.ini Restructure docs (#11620) 12 months ago
sidebars.js docs: `Toolkits` menu (#16217) 8 months ago
vercel.json Redirect the expression language guides (#17914) 7 months ago
vercel_build.sh docs: add LangGraph (#15682) 9 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 10 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide