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] Custom Memory Storage #2278

Open
jrubin11 opened this issue Mar 4, 2025 · 1 comment · May be fixed by #2280
Open

[FEATURE] Custom Memory Storage #2278

jrubin11 opened this issue Mar 4, 2025 · 1 comment · May be fixed by #2280
Assignees
Labels
feature-request New feature or request

Comments

@jrubin11
Copy link

jrubin11 commented Mar 4, 2025

Feature Area

Agent capabilities

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

NA

Describe the solution you'd like

Right now, when memory is turned on, all types of memory is stored locally using chroma or sqlite. Even when you opt in to use something like mem0, the other types of memory are still being stored locally. I would like there to be an option to extend the memory storage class and pass that as the memory store for an agent/crew. This would allow for more finetuning and control of agent memory.

The solution could be as simple as exposing a memory storage parameter for the crew/agent.

Describe alternatives you've considered

I've considered to add support for self managed mem0 instances, for example using a self managed vector store with mem0, but that would only solve part of the problem. I think giving the developer the power to fully manage how memories are stored/retrieved would be incredibly valuable.

Additional context

NA

Willingness to Contribute

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

@jrubin11 jrubin11 added the feature-request New feature or request label Mar 4, 2025
@devin-ai-integration devin-ai-integration bot linked a pull request Mar 4, 2025 that will close this issue
@lorenzejay
Copy link
Collaborator

You can extend the memory storage like this:
https://docs.crewai.com/concepts/memory#example%3A-use-custom-memory-instances-e-g-faiss-as-the-vectordb

Hope this answers your issue

@lorenzejay lorenzejay self-assigned this Mar 4, 2025
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

Successfully merging a pull request may close this issue.

2 participants