Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]Unable to use user_memory with custom provider. #2364

Open
Saicheg opened this issue Mar 13, 2025 · 0 comments
Open

[FEATURE]Unable to use user_memory with custom provider. #2364

Saicheg opened this issue Mar 13, 2025 · 0 comments
Labels
feature-request New feature or request

Comments

@Saicheg
Copy link

Saicheg commented Mar 13, 2025

Feature Area

Core functionality

Is your feature request related to a an existing bug? Please link it here.

if self.memory_provider == "mem0":

Currently there is a hard-coded condition, checking if provider of mem0 is assigned when using user memory.
Which sounds very limiting. I would love to use any provider for user memories similar to other types of memory.

Describe the solution you'd like

    user_memory = UserMemory(
        storage=CustomLTMSQLiteStorage(
            db_path="/my_crew1/user_memory_storage.db",
            user_id=self.user_id
        )
),

Describe alternatives you've considered

No response

Additional context

No response

Willingness to Contribute

Yes, I'd be happy to submit a pull request

@Saicheg Saicheg added the feature-request New feature or request label Mar 13, 2025
devin-ai-integration bot added a commit that referenced this issue Mar 13, 2025
Co-Authored-By: Joe Moura <joao@crewai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant