mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-18 18:34:27 -04:00
Revision of "elasticearch" spelling problem (#2378)
Revision of "elasticearch" spelling problem Co-authored-by: gubei <>
This commit is contained in:
@@ -233,7 +233,7 @@ class ElasticVectorSearch(VectorStore, ABC):
|
||||
except ImportError:
|
||||
raise ValueError(
|
||||
"Could not import elasticsearch python package. "
|
||||
"Please install it with `pip install elasticearch`."
|
||||
"Please install it with `pip install elasticsearch`."
|
||||
)
|
||||
try:
|
||||
client = elasticsearch.Elasticsearch(elasticsearch_url)
|
||||
|
||||
Reference in New Issue
Block a user