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/tests/integration_tests
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 partners: add Elasticsearch package (#17467) 7 months ago
_test_utilities.py elasticsearch: add `ElasticsearchRetriever` (#18587) 7 months ago
docker-compose.yml elasticsearch: add `ElasticsearchRetriever` (#18587) 7 months ago
test_chat_history.py elasticsearch: add `ElasticsearchRetriever` (#18587) 7 months ago
test_compile.py partners: add Elasticsearch package (#17467) 7 months ago
test_embeddings.py partners: add Elasticsearch package (#17467) 7 months ago
test_retrievers.py elasticsearch[patch]: fix integration tests for release (#18980) 6 months ago
test_vectorstores.py elasticsearch: check for deployed models (#18973) 6 months ago