[ENH] Wire up quantized writer in compaction#6399
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
This comment has been minimized.
This comment has been minimized.
15768fa to
e3957b5
Compare
184f5c3 to
ff1afdf
Compare
|
Enable Quantized SPANN Writer and USearch Provider Plumbing This PR wires quantized SPANN compaction end-to-end by introducing a USearch-backed writer path and the configuration/schema changes required to drive it. Key Changes• Introduced optional Possible Issues• Deployments missing the new This summary was automatically generated by @propel-code-bot |
This comment has been minimized.
This comment has been minimized.
e3957b5 to
0a585d2
Compare
ff1afdf to
d599ae5
Compare
3324688 to
f823d3d
Compare
This comment has been minimized.
This comment has been minimized.
f823d3d to
d45735e
Compare
22ff37f to
fa35f48
Compare
d45735e to
d24f142
Compare
fa35f48 to
b02eb80
Compare
d2f93df to
bc0818a
Compare
b02eb80 to
41c8cc9
Compare
This comment has been minimized.
This comment has been minimized.
HammadB
left a comment
There was a problem hiding this comment.
please move out the config
41c8cc9 to
d58781f
Compare
bc0818a to
465c5fc
Compare
|
Introduced separate cache config for USearch |
Merge activity
|
465c5fc to
8588982
Compare
- **[ENH]: Cache rust git submodules in mounted volume (#6424)** - **[CHORE](k8s) increase dev CPU limits from 100m to 200-300m (#6435)** - **[ENH] replace live cloud tests with k8s integration tests (#6434)** - **[ENH] Make dirty_log_collections metric mcmr-aware. (#6353)** - **[ENH] Quantized Spann Segment Writer (#6397)** - **[ENH] Wire up quantized writer in compaction (#6399)** - **[ENH] Quantized Spann Segment Reader (#6405)** - **[ENH] Wire up quantized reader in new orchestrator (#6409)** - **[ENH] Garbage collect usearch index files (#6416)** - **[ENH] Trace quantized spann implementation (#6425)** - **[ENH]: Precompute data chunk len() (#6442)** - **[BUG]: Compaction version file flush was incomplete on MCMR (#6423)** - **[DOC]: Fixed broken links in Readme (#6440)** - **[DOC] Fix link to Rust documentation (#6443)** - **[ENH]: Allow users to disable FTS in schema (#6214)** --------- Co-authored-by: Robert Escriva <[email protected]> Co-authored-by: Macronova <[email protected]> Co-authored-by: Nilpotent <[email protected]> Co-authored-by: anderk222 <[email protected]> Co-authored-by: Sanket Kedia <[email protected]>

Description of changes
Summarize the changes made by this PR.
Test plan
How are these changes tested?
pytestfor python,yarn testfor js,cargo testfor rustMigration plan
Are there any migrations, or any forwards/backwards compatibility changes needed in order to make sure this change deploys reliably?
Observability plan
What is the plan to instrument and monitor this change?
Documentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs section?