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

Microsoft Semantic Kernel: Add Wrapping Library Metadata to Vector Embeddings Integrations

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      Currently, we lack visibility into the Microsoft Semantic Kernel 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="Microsoft Semantic Kernel", version="x.y.z"))
      

       

      Note: Please make sure this doesn't over-write any other metadata. 

       

            Assignee:
            jib.adegunloye@mongodb.com Jib Adegunloye
            Reporter:
            shubham.ranjan@mongodb.com Shubham Ranjan
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: