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 78ded9f commit b75d316Copy full SHA for b75d316
libs/langchain-mongodb/langchain_mongodb/agent_toolkit/database.py
@@ -64,7 +64,7 @@ def __init__(
64
self._sample_docs_in_coll_info = sample_docs_in_collection_info
65
self._indexes_in_coll_info = indexes_in_collection_info
66
67
- _append_client_metadata(self._client)
+ _append_client_metadata(self._client, DRIVER_METADATA)
68
69
@classmethod
70
def from_connection_string(
0 commit comments