mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

feat: add development docker compose

Open sergio-toro opened this issue 8 months ago • 2 comments

Description

This PR adds a development environment with all dependencies needed to start mem0 + postgres + neo4j graph.

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Refactor (does not change functionality, e.g. code style improvements, linting)
  • [ ] Documentation update

How Has This Been Tested?

The development environment spins up when running docker compose up

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] 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
  • [x] 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
  • [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

sergio-toro avatar Mar 20 '25 12:03 sergio-toro

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multimodal-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 20, 2025 0:17am

vercel[bot] avatar Mar 20 '25 12:03 vercel[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 20 '25 12:03 CLAassistant

Hey @sergio-toro Thanks for addressing the comments. But I think if you are changing the output structure for graph in this PR then you should also update the docs for it: https://docs.mem0.ai/open-source/graph_memory. Or else you can skip the graph changes in this PR.

Ok, relations have been removed from this PR

sergio-toro avatar Apr 01 '25 06:04 sergio-toro

Hey @sergio-toro Thanks for the contribution!!

Dev-Khant avatar Apr 01 '25 10:04 Dev-Khant