Open
Conversation
- Updated extconf.rb to automatically compile extension with rust if available or fallback to c - Added embedding.rs and cargo configuration - Added `rb_sys` to handle rust compilation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Rustimplementation using magnus 0.7C.tool-versionsfilerb_systo handle rust compilationCompilation
Compile using C or Rust
If you still don't have rust install it:
Remove rust from your
.tool-versionsfile to force C compilationbundle exec rake compile 📦 Building C extension... creating Makefile compiling embedding.c linking shared-object rag_embeddings/embedding.bundlePerformance Comparison: C vs Rust Extension
Performance benchmarks comparing C and Rust implementations of the embedding extension across different embedding sizes (768, 2048, 3072, 4096).
bundle exec rspec spec/performance_spec.rb --seed 57210Performance Metrics
Memory Usage
Memory Efficiency
Test Duration
Key Findings
Performance
Memory Usage
Overall