[Mem0] Fix issues and update docs (#1477)

This commit is contained in:
Deshraj Yadav
2024-07-14 22:21:07 -07:00
committed by GitHub
parent f842a92e25
commit 4ec51f2dd6
21 changed files with 1257 additions and 1010 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "mem0ai"
version = "0.0.2"
version = "0.0.3"
description = "Long-term memory for AI Agents"
authors = ["Deshraj Yadav <deshraj@mem0.ai>", "Taranjeet Singh <taranjeet@mem0.ai>"]
exclude = [
@@ -29,6 +29,7 @@ pytest = "^8.2.2"
ruff = "^0.4.8"
isort = "^5.13.2"
pytest = "^8.2.2"
ipykernel = "^6.29.5"
[tool.poetry.group.optional.dependencies]