-
Notifications
You must be signed in to change notification settings - Fork 104
feat: implement remote ML client and API endpoints #365
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
Abhash-Chakraborty
merged 26 commits into
Abhash-Chakraborty:canary
from
uNikhil-codes:feat/remote-ml-endpoints
Jul 31, 2026
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
28ddc7f
feat: implement remote ML client and API endpoints
uNikhil-codes f72e646
fix: address bot review feedback
uNikhil-codes ff092c2
fix: prevent self-DoS by rejecting requests when ML_MODE=remote
uNikhil-codes 811165a
Merge branch 'canary' into feat/remote-ml-endpoints
uNikhil-codes de3e998
fix: restore settings import, fix remote dispatch, and sanitize output
uNikhil-codes 19760bd
fix: resolve merge conflicts locally
uNikhil-codes 41cdc2c
style: fix linter errors and mitigate CodeQL exposure warnings
uNikhil-codes e2f8b10
style: remove unused io import in tests
uNikhil-codes 520314c
style: remove remaining unused imports in tests
uNikhil-codes 466a6d1
style: fix E402 import formatting in test file
uNikhil-codes e14c4fc
style: auto-format code with ruff
uNikhil-codes 31dd450
style: auto-format code with ruff
uNikhil-codes 100fcab
test: patch actual processor functions instead of router imports
uNikhil-codes 350388b
Merge branch 'canary' into feat/remote-ml-endpoints
Abhash-Chakraborty e68cd84
test: generate the remote-ML test token instead of committing it
Abhash-Chakraborty f59571e
Merge branch 'canary' into feat/remote-ml-endpoints
Abhash-Chakraborty 3eb347a
fix(ml): resolve remote to a real runtime mode instead of unavailable
Abhash-Chakraborty 5eb9f5e
fix(privacy): require TLS for non-local REMOTE_ML_URL
Abhash-Chakraborty 46ed693
fix(ml): restore the diagnostics and invariants dropped from processors
Abhash-Chakraborty 4a58a52
feat(ml): dispatch clustering to the remote server
Abhash-Chakraborty bb0fc48
feat(ml): add remote text embedding so search works in remote mode
Abhash-Chakraborty 3f2b0a7
test(ml): cover the remote seams that were previously unreachable
Abhash-Chakraborty 72fe04c
fix(privacy): honour REMOTE_ML_FEATURES end to end
Abhash-Chakraborty 47e36fa
fix(ml): validate and bound the remote clustering input
Abhash-Chakraborty 946a3d5
test(ml): cover the feature contract, embed fallback and cluster limits
Abhash-Chakraborty 82b99e8
Merge branch 'canary' into feat/remote-ml-endpoints
Abhash-Chakraborty 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.
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.