Commit 9fa93db
fix: add reranker to init components (#739)
* 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
* add reranker in init com..
* fix circle import
---------
Co-authored-by: 黑布林 <[email protected]>
Co-authored-by: CaralHsi <[email protected]>
Co-authored-by: chunyu li <[email protected]>1 parent 1a6ef9b commit 9fa93db
File tree
1 file changed
+15
-2
lines changed- src/memos/mem_scheduler/general_modules
1 file changed
+15
-2
lines changedLines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
163 | 173 | | |
164 | 174 | | |
165 | 175 | | |
| |||
277 | 287 | | |
278 | 288 | | |
279 | 289 | | |
| 290 | + | |
280 | 291 | | |
281 | 292 | | |
282 | 293 | | |
| |||
296 | 307 | | |
297 | 308 | | |
298 | 309 | | |
| 310 | + | |
299 | 311 | | |
300 | 312 | | |
301 | 313 | | |
| |||
359 | 371 | | |
360 | 372 | | |
361 | 373 | | |
362 | | - | |
| 374 | + | |
363 | 375 | | |
364 | 376 | | |
365 | 377 | | |
| |||
374 | 386 | | |
375 | 387 | | |
376 | 388 | | |
377 | | - | |
| 389 | + | |
378 | 390 | | |
379 | 391 | | |
380 | 392 | | |
| |||
405 | 417 | | |
406 | 418 | | |
407 | 419 | | |
| 420 | + | |
408 | 421 | | |
409 | 422 | | |
410 | 423 | | |
0 commit comments