Commit 8ee783e
fix: add source_doc_id record (#728)
* update reader and search strategy
* set strategy reader and search config
* fix install problem
* fix
* fix test
* turn off graph recall
* turn off graph recall
* turn off graph recall
* fix Searcher input bug
* fix Searcher
* fix Search
* fix bug
* adjust strategy reader
* adjust strategy reader
* adjust search config input
* reformat code
* re pr
* format repair
* fix time issue
* develop feedback process
* feedback handler configuration
* upgrade feedback using
* add threshold
* update prompt
* update prompt
* fix handler
* add feedback scheduler
* add handler change node update
* add handler change node update
* add handler change node update
* add handler change node update
* fix interface input
* add chunk and ratio filter
* update stopwords
* fix messages queue
* add seach_by_keywords_LIKE
* add doc filter
* add retrieve query
* add retrieve queies
* patch info filter
* add log and make embedding safety net
* add log and make embedding safety net
* deduplicate add objects
* use _add_memories_parallel
* delete Special characters
* delete Special characters
* delete Special characters
* delete Special characters
* add source_doc_id
* add source_doc_id
---------
Co-authored-by: 黑布林 <[email protected]>
Co-authored-by: CaralHsi <[email protected]>
Co-authored-by: chunyu li <[email protected]>1 parent 0b4b74f commit 8ee783e
File tree
2 files changed
+38
-4
lines changed- src/memos
- mem_feedback
- mem_scheduler
2 files changed
+38
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
147 | 157 | | |
148 | 158 | | |
149 | 159 | | |
| |||
230 | 240 | | |
231 | 241 | | |
232 | 242 | | |
233 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
234 | 254 | | |
235 | 255 | | |
236 | 256 | | |
| |||
239 | 259 | | |
240 | 260 | | |
241 | 261 | | |
| 262 | + | |
242 | 263 | | |
243 | 264 | | |
244 | 265 | | |
245 | 266 | | |
246 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
247 | 278 | | |
248 | 279 | | |
249 | 280 | | |
| |||
274 | 305 | | |
275 | 306 | | |
276 | 307 | | |
| 308 | + | |
277 | 309 | | |
278 | 310 | | |
279 | 311 | | |
| |||
417 | 449 | | |
418 | 450 | | |
419 | 451 | | |
| 452 | + | |
420 | 453 | | |
421 | 454 | | |
422 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
648 | | - | |
| 647 | + | |
| 648 | + | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| |||
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
| 702 | + | |
702 | 703 | | |
703 | 704 | | |
704 | 705 | | |
| |||
0 commit comments