Skip to content

Title: Add RubyLLM::Instructor, ::Registry, ::Tokenizer, and ::Turbovec to ecosystem page#812

Merged
crmne merged 2 commits into
crmne:mainfrom
washu:patch-1
Jul 7, 2026
Merged

Title: Add RubyLLM::Instructor, ::Registry, ::Tokenizer, and ::Turbovec to ecosystem page#812
crmne merged 2 commits into
crmne:mainfrom
washu:patch-1

Conversation

@washu

@washu washu commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Description:
Adds four published ecosystem gems to the ecosystem page:

  • ruby_llm-instructor — structured, validated outputs with automatic retry (instructor-style, built on RubyLLM::Schema)
  • ruby_llm-registry — local-first versioned prompt storage with labels, ERB rendering, diffing, and optional SQLite/AR/Mongo/S3 backends
  • ruby_llm-tokenizer — local model-aware token counting and context-window truncation over HF tokenizers / tiktoken / SentencePiece
  • ruby_llm-turbovec — embeddable, in-process quantized vector search via a native Rust extension wrapping the turbovec crate

All four are on RubyGems with CI passing and tagged with the ruby-llm topic.

What this does

adds to teh eco system page of available gems

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Performance improvement

Scope check

  • I read the Contributing Guide
  • This aligns with RubyLLM's focus on LLM communication
  • This isn't application-specific logic that belongs in user code
  • This benefits most users, not just my specific use case

Required for new features

  • I opened an issue before writing code and received maintainer approval
  • Linked issue: #___

PRs for new features or enhancements without a prior approved issue will be closed.

Quality check

  • I ran overcommit --install and all hooks pass
  • I tested my changes thoroughly
    • For provider changes: Re-recorded VCR cassettes with bundle exec rake vcr:record[provider_name]
    • All tests pass: bundle exec rspec
  • I updated documentation if needed
  • I didn't modify auto-generated files manually (models.json, aliases.json)

AI-generated code

  • I used AI tools to help write this code
  • I have reviewed and understand all generated code (required if above is checked)

API changes

  • Breaking change
  • New public methods/classes
  • Changed method signatures
  • No API changes

…vec to ecosystem page`


Description:
> Adds four published ecosystem gems to the ecosystem page:
>
> - **ruby_llm-instructor** — structured, validated outputs with automatic retry (instructor-style, built on RubyLLM::Schema)
> - **ruby_llm-registry** — local-first versioned prompt storage with labels, ERB rendering, diffing, and optional SQLite/AR/Mongo/S3 backends
> - **ruby_llm-tokenizer** — local model-aware token counting and context-window truncation over HF tokenizers / tiktoken / SentencePiece
> - **ruby_llm-turbovec** — embeddable, in-process quantized vector search via a native Rust extension wrapping the turbovec crate
>
> All four are on RubyGems with CI passing and tagged with the `ruby-llm` topic.
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.15%. Comparing base (82565d0) to head (dcde288).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #812      +/-   ##
==========================================
- Coverage   83.23%   83.15%   -0.08%     
==========================================
  Files         172      172              
  Lines        8224     8224              
  Branches     1333     1333              
==========================================
- Hits         6845     6839       -6     
- Misses        884      886       +2     
- Partials      495      499       +4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@crmne crmne merged commit d58a933 into crmne:main Jul 7, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants