mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
Revision of "elasticearch" spelling problem (#2378)
Revision of "elasticearch" spelling problem Co-authored-by: gubei <>
This commit is contained in:
parent
0a9f04bad9
commit
dc3ac8082b
@ -233,7 +233,7 @@ class ElasticVectorSearch(VectorStore, ABC):
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Could not import elasticsearch python package. "
|
"Could not import elasticsearch python package. "
|
||||||
"Please install it with `pip install elasticearch`."
|
"Please install it with `pip install elasticsearch`."
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
client = elasticsearch.Elasticsearch(elasticsearch_url)
|
client = elasticsearch.Elasticsearch(elasticsearch_url)
|
||||||
|
Loading…
Reference in New Issue
Block a user