We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d344b commit 4df7a81Copy full SHA for 4df7a81
libs/elasticsearch/langchain_elasticsearch/_async/retrievers.py
@@ -371,7 +371,6 @@ def __init__(
371
# Apply user agent
372
es_connection = async_with_user_agent_header(es_connection, "langchain-py-r")
373
374
- # Pass ALL Pydantic fields to super().__init__() so Pydantic sets them
375
super().__init__(
376
client=es_connection,
377
index_name=index_name,
libs/elasticsearch/langchain_elasticsearch/_sync/retrievers.py
es_connection = with_user_agent_header(es_connection, "langchain-py-r")
0 commit comments