From e2fcc23a42850d0b73a076475923ea4b7e87f381 Mon Sep 17 00:00:00 2001 From: isaac hershenson Date: Mon, 5 Aug 2024 18:11:15 -0700 Subject: [PATCH] fmt --- libs/elasticsearch/langchain_elasticsearch/vectorstores.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/elasticsearch/langchain_elasticsearch/vectorstores.py b/libs/elasticsearch/langchain_elasticsearch/vectorstores.py index 7218bbf..0658f77 100644 --- a/libs/elasticsearch/langchain_elasticsearch/vectorstores.py +++ b/libs/elasticsearch/langchain_elasticsearch/vectorstores.py @@ -704,7 +704,7 @@ class ElasticsearchStore(VectorStore): .. code-block:: python [Document(metadata={'bar': 'baz'}, page_content='thud')] - + **Advanced Uses:** ElasticsearchStore by default uses the ApproxRetrievalStrategy, which uses the @@ -745,7 +745,7 @@ class ElasticsearchStore(VectorStore): distance_strategy="DOT_PRODUCT" ) - """ # noqa: E501 + """ # noqa: E501 def __init__( self,