mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00: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:
|
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)
|
||||||
|
Reference in New Issue
Block a user