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/libs/partners/elasticsearch/langchain_elasticsearch
Max Jakob 6f544a6a25
elasticsearch: check for deployed models (#18973)
When creating a new index, if we use a retrieval strategy that expects a
model to be deployed in Elasticsearch, check if a model with this name
is indeed deployed before creating an index. This lowers the probability
to get into a state in which an index was created with a faulty model
ID, which cannot be overwritten any more (the index has to manually be
deleted).
6 months ago
..
__init__.py elasticsearch[patch]: add top-level import, remove obsolete dependency (#18644) 7 months ago
_utilities.py elasticsearch: check for deployed models (#18973) 6 months ago
chat_history.py elasticsearch: add `ElasticsearchRetriever` (#18587) 7 months ago
client.py elasticsearch: add `ElasticsearchRetriever` (#18587) 7 months ago
embeddings.py partners: add Elasticsearch package (#17467) 7 months ago
py.typed partners: add Elasticsearch package (#17467) 7 months ago
retrievers.py docs: elasticsearch retriever (#18965) 6 months ago
vectorstores.py elasticsearch: check for deployed models (#18973) 6 months ago