Commit b5daa0f
fix: date parse error and fix memreader (#132)
* fix n4j cypher query
* feat: add llm extra body
* feat: update memory extraction prompt and result parser
* fix: evaluation locomo search
* ci: fix format and update test
* feat: update result json parser
* feat: recursively cluster nodes to max_cluster_size
* fix: fix template
* feat: keep default min-group-size 3
* feat: keep default min-group-size 3
* feat: update doc mem reader
* test: fix test
* fix: date parse error when python<3.11
* fix: update dependencies
* fix: TextualMemoryItem pydantic error
* fix: TextualMemoryItem pydantic error
* fix: TextualMemoryItem pydantic error
* fix: TextualMemoryItem pydantic error
* fix: prompt example
* fix: robuster memory parser
---------
Co-authored-by: chunyu li <[email protected]>1 parent c133eff commit b5daa0f
File tree
5 files changed
+13
-10
lines changed- src/memos
- mem_reader
- memories/textual/tree_text_memory/organize
- templates
5 files changed
+13
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
214 | 218 | | |
215 | 219 | | |
216 | 220 | | |
217 | | - | |
| 221 | + | |
218 | 222 | | |
219 | 223 | | |
220 | 224 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments