mem0ai / mem0

The Memory layer for your AI apps
https://mem0.ai
Apache License 2.0
21.6k stars 1.97k forks source link

Changed .toml to add Python 3.11 and optional dependencies #1715

Closed rajib76 closed 2 weeks ago

rajib76 commented 3 weeks ago

Description

Made below changes

  1. Currently mem0 is using python 3,8 which will be deprecated this year in October. So, changed to Python 3.11
  2. Added optional dependencies in .toml. This will not increase the size of the package. The packages will be installed only if user wants to install them with poetry install --all-extras
  3. Added an example of how to integrate mem0 with llamaindex workflow

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Created a script to test the llamaindex workflow integration