-
Notifications
You must be signed in to change notification settings - Fork 724
feat: redis for sync history memories and new api of mixture search #398
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 23 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
11b63e6
debug an error function name
tangg555 72e8f39
feat: Add DynamicCache compatibility for different transformers versions
tangg555 5702870
feat: implement APIAnalyzerForScheduler for memory operations
tangg555 4655b41
feat: Add search_ws API endpoint and enhance API analyzer functionality
tangg555 c20736c
fix: resolve test failures and warnings in test suite
tangg555 da72e7e
feat: add a test_robustness execution to test thread pool execution
tangg555 5b9b1e4
feat: optimize scheduler configuration and API search functionality
tangg555 6dac11e
feat: Add Redis auto-initialization with fallback strategies
tangg555 a207bf4
feat: add database connection management to ORM module
tangg555 8c1cc04
remove part of test
tangg555 f2b0da4
feat: add Redis-based ORM with multiprocess synchronization
tangg555 f0e8aab
fix: resolve scheduler module import and Redis integration issues
tangg555 731f00d
revise naive memcube creation in server router
tangg555 6d442fb
remove long-time tests in test_scheduler
tangg555 157f858
remove redis test which needs .env
tangg555 c483011
refactor all codes about mixture search with scheduler
tangg555 b81b82e
fix: resolve Redis API synchronization issues and implement search AP…
tangg555 90d1a0b
remove a test for api module
tangg555 1de72cf
revise to pass the test suite
tangg555 c72858e
addressed all conflicts
tangg555 3245376
address some bugs to make mix_search normally running
tangg555 57482cf
modify codes according to evaluation logs
tangg555 e4b8313
Merge remote-tracking branch 'upstream/dev' into dev
tangg555 c5db08a
Merge branch 'dev' into dev
CaralHsi 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
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.
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.
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.
Do we have any results yet for fast vs fine mode?