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 8ed5290 commit 1941706Copy full SHA for 1941706
libs/langchain-mongodb/langchain_mongodb/agent_toolkit/database.py
@@ -62,7 +62,7 @@ def __init__(
62
self._sample_docs_in_coll_info = sample_docs_in_collection_info
63
self._indexes_in_coll_info = indexes_in_collection_info
64
65
- _append_client_metadata(self._client)
+ _append_client_metadata(self._client, DRIVER_METADATA)
66
67
@classmethod
68
def from_connection_string(
0 commit comments