Doc changes and Storage fix (#2181)

This commit is contained in:
Dev Khant
2025-01-30 23:46:33 +05:30
committed by GitHub
parent 63fbd2dc2c
commit a06c9a99ae
10 changed files with 272 additions and 283 deletions

View File

@@ -432,7 +432,7 @@ class Memory(MemoryBase):
return {"results": original_memories}
else:
warnings.warn(
"The current get_all API output format is deprecated. "
"The current search API output format is deprecated. "
"To use the latest format, set `api_version='v1.1'`. "
"The current format will be removed in mem0ai 1.1.0 and later versions.",
category=DeprecationWarning,