-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, we lack visibility into the MongoDB-LlamaIndex integration usage. This ticket aims to enhance the integration by adding wrapping library metadata. We'll achieve this by passing additional metadata to MongoClient instances during their creation. For example:
from pymongo import MongoClient from pymongo.driver_info import DriverInfo MongoClient(connection_string, driver=DriverInfo(name="LlamaIndex", version="x.y.z"))
Note: Please make sure this doesn't overwrite any other metadata that we capture for reporting purposes.
- related to
-
MOTOR-1209 Motor's DriverInfo should not be overwritten
- Closed