-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PERF] Multipart s3 downloads passing through NAC (#2698)
*Summarize the changes made by this PR.* - Introduces a parallel fetch API that splits up gets into 8 MB parallel downloads - This passes through Admission control so it is rate limited and deduped - HNSW provider consumes this API Added rust test - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust None
- Loading branch information
1 parent
6e7f7e4
commit 84c08d4
Showing
4 changed files
with
5 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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 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 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 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