mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +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:
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user