mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
6f544a6a25
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). |
||
---|---|---|
.. | ||
__init__.py | ||
_test_utilities.py | ||
docker-compose.yml | ||
test_chat_history.py | ||
test_compile.py | ||
test_embeddings.py | ||
test_retrievers.py | ||
test_vectorstores.py |