Skip to content

Conversation

@rahul-anand1
Copy link

@rahul-anand1 rahul-anand1 commented Oct 30, 2025

Description

Changes:

  1. Updated docs to correctly show the information which is expected by the code. Also updated the schema name to avoid any confusions from users.
  2. Updated the logic in vector search methods get and list. Since they both were only catering the needs of text based search, added condition to check if text based search is required or vector based search.

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

This change is been tested by integrating databricks in a mem0 application using databricks and memories are being stored and retrieved as expected.

  • Unit Test

Checklist:

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

Maintainer Checklist

Rahul Anand added 2 commits October 30, 2025 11:39
…g to the type i.e. DELTA_SYNC with text based search and DIRECT_ACCESS with vector based search.
…s which are expected and also added schema table.
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Rahul Anand seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants