Skip to content

Conversation

@JanMCHEN
Copy link

Description

fix baidu_vector_store:

  • BaiduDBconfig used table_name while Memory class need collection_name
  • Hardcode replicate=3 caused failures in resource-constrained environments
  • Invalid filter formats triggered "bad parameter filter" exceptions

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Test Script (please provide)
from mem0 import Memory

Memory.from_config({
    "vectore_store": {
        "collection_name": "xxx",
        # "not table_name": ""
        ...
        
    }
})

Maintainer Checklist

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Made sure Checks passed
@CLAassistant
Copy link

CLAassistant commented Oct 24, 2025

CLA assistant check
All committers have signed the CLA.

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

Labels

None yet

2 participants