Skip to content

Commit 721166f

Browse files
committed
ran format
1 parent c1d4a2e commit 721166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/mem_os/product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ def chat_with_references(
844844
reference = []
845845
for memories_dict in memories_list:
846846
for memory_item in memories_dict["memories"]:
847-
memory_json = memory_item.model_dump()
847+
memory_json = memory_item.model_dump()
848848
memory_json["metadata"]["ref_id"] = f"[{memory_item.id.split('-')[0]}]"
849849
memory_json["metadata"]["embedding"] = []
850850
memory_json["metadata"]["sources"] = []

0 commit comments

Comments
 (0)