Commit 940f753
Feat: feedback add strict info filter (#685)
* 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
---------
Co-authored-by: 黑布林 <11641432+heiheiyouyou@user.noreply.gitee.com>
Co-authored-by: CaralHsi <caralhsi@gmail.com>
Co-authored-by: chunyu li <78344051+fridayL@users.noreply.github.com>1 parent 7a9836f commit 940f753
File tree
10 files changed
+198
-64
lines changed- src/memos
- api
- handlers
- graph_dbs
- mem_feedback
- mem_scheduler
- multi_mem_cube
10 files changed
+198
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
687 | 700 | | |
688 | 701 | | |
689 | 702 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1639 | 1639 | | |
1640 | 1640 | | |
1641 | 1641 | | |
1642 | | - | |
1643 | | - | |
1644 | | - | |
1645 | | - | |
| 1642 | + | |
| 1643 | + | |
1646 | 1644 | | |
1647 | | - | |
1648 | 1645 | | |
1649 | 1646 | | |
1650 | 1647 | | |
| |||
1654 | 1651 | | |
1655 | 1652 | | |
1656 | 1653 | | |
1657 | | - | |
| 1654 | + | |
1658 | 1655 | | |
1659 | 1656 | | |
1660 | 1657 | | |
| |||
1739 | 1736 | | |
1740 | 1737 | | |
1741 | 1738 | | |
1742 | | - | |
| 1739 | + | |
1743 | 1740 | | |
1744 | | - | |
1745 | 1741 | | |
1746 | 1742 | | |
1747 | 1743 | | |
| |||
1751 | 1747 | | |
1752 | 1748 | | |
1753 | 1749 | | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
1754 | 1753 | | |
1755 | 1754 | | |
1756 | 1755 | | |
| |||
0 commit comments