Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-4035

LlamaIndex: Add Wrapping Library Metadata to Vector Embeddings Integrations

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 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. 

            Assignee:
            noah.stapp@mongodb.com Noah Stapp
            Reporter:
            shubham.ranjan@mongodb.com Shubham Ranjan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: