-
Notifications
You must be signed in to change notification settings - Fork 562
feat: Feedback Function #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
65d5649
update reader and search strategy
6cad866
set strategy reader and search config
f040110
fix all reader conflicts
c389367
fix install problem
499502d
fix
e1bb223
fix test
72b7466
Merge branch 'dev' into dev_test
CaralHsi 74585e8
Merge branch 'dev' into dev_test
fridayL 790e99f
turn off graph recall
15b63a7
Merge branch 'dev' into dev_test
390ba29
turn off graph recall
9615282
turn off graph recall
2fb8ce0
Merge branch 'dev' into dev_test
fridayL 6035522
Merge branch 'dev' into dev_test
04f412b
fix Searcher input bug
9716274
fix Searcher
c455a4e
Merge branch 'dev_test' of github.com:whipser030/MemOS into dev_test
f8b9b4a
fix Search
c840ad4
Merge branch 'dev' into dev_test
b9dbecd
fix bug
1798f60
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
6db95e7
Merge branch 'dev' into dev_test
1173c07
adjust strategy reader
7ab465b
Merge branch 'dev' into dev_test
744d227
adjust strategy reader
a9a98fa
adjust search config input
900f5e6
reformat code
ac7aff5
Merge branch 'dev' into dev_test
CaralHsi 144c446
re pr
a2b55c7
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
441c52b
Merge branch 'dev' into dev_test
6f272db
Merge branch 'dev_test' of github.com:whipser030/MemOS into dev_test
f506d3e
format repair
db9041c
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
d921284
Merge branch 'dev' into dev_test
CaralHsi d036c53
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
5a3f0db
Merge branch 'dev' into dev_test
dc67413
fix time issue
7699b9a
Merge branch 'dev_test' of github.com:whipser030/MemOS into dev_test
8bfbf94
develop feedback process
875c551
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
7f20f8b
Resolve merge conflicts
4d712eb
feedback handler configuration
36b93eb
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
adec73e
merged
aef3aad
upgrade feedback using
81ec520
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
55c9d89
fix
b4fbfde
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
ee64719
Merge branch 'dev' into dev_test
0fa9be7
add threshold
4a4746e
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
16de8da
Merge branch 'dev' into dev_test
facb7b3
update prompt
eab5fe6
update prompt
7577aac
fix handler
cc4069d
add feedback scheduler
2529db2
add handler change node update
898ccac
add handler change node update
faec340
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
913c24d
add handler change node update
91d063d
add handler change node update
2a47880
add handler change node update
c5618c6
Merge branch 'dev' into dev_test
whipser030 b9737f1
Merge branch 'dev' into dev_test
CaralHsi ad9c2e7
fix interface input
c0c32b1
Merge branch 'dev_test' of github.com:whipser030/MemOS into dev_test
d906f0d
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
696708e
fix interface input
6ad8dae
add chunk and ratio filter
6298c64
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
47acd7a
Merge branch 'dev' into dev_test
0727c25
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
0b0342d
Merge branch 'dev' into dev_test
294c1e6
Merge branch 'dev' of github.com:MemTensor/MemOS into dev
d9158e4
Merge branch 'dev' into dev_test
699cdf7
update stopwords
8ca03c0
Merge branch 'dev' into dev_test
fridayL File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could write a TODO here,
and later merge this with search_by_fulltext, mainly to make it easier for the team on the other side of the other people to add some filtering logic in the future
我觉得这里可能写个TODO,
后面把这个和search_by_fulltext融合一下,主要是为了大洋那边后续加入一些筛选逻辑方便一些