mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

INTPYTHON-722 - Add DriverInfo metadata to MongoDB vector store

Open NoahStapp opened this issue 1 month ago • 2 comments

Description

Adds metadata to the MongoDB vector store for telemetry.

Type of change

Please delete options that are not relevant.

  • [x] Refactor (does not change functionality, e.g. code style improvements, linting)

How Has This Been Tested?

No additional testing, as this is purely a telemetry update that uses existing code within PyMongo.

Checklist:

  • [X] My code follows the style guidelines of this project
  • [X] I have performed a self-review of my own code
  • [X] I have commented my code, particularly in hard-to-understand areas
  • [X] I have made corresponding changes to the documentation
  • [X] My changes generate no new warnings
  • [X] I have added tests that prove my fix is effective or that my feature works
  • [X] New and existing unit tests pass locally with my changes
  • [X] Any dependent changes have been merged and published in downstream modules
  • [X] I have checked my code and corrected any misspellings

Maintainer Checklist

  • [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
  • [ ] Made sure Checks passed

NoahStapp avatar Oct 22 '25 16:10 NoahStapp

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 22 '25 16:10 CLAassistant

@Dev-Khant @dgupta18 Any chance one of you could provide review on this PR? Is there anything we're missing here?

Jibola avatar Oct 24 '25 18:10 Jibola