Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Aug 6, 2024
1 parent 2457e5c commit e2fcc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/elasticsearch/langchain_elasticsearch/vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -745,7 +745,7 @@ class ElasticsearchStore(VectorStore):
distance_strategy="DOT_PRODUCT"
)
""" # noqa: E501
""" # noqa: E501

def __init__(
self,
Expand Down

0 comments on commit e2fcc23

Please sign in to comment.