Add compatibility matrix for llama-stack-provider-ragas#57
Merged
dmaniloff merged 1 commit intotrustyai-explainability:mainfrom Feb 13, 2026
Merged
Add compatibility matrix for llama-stack-provider-ragas#57dmaniloff merged 1 commit intotrustyai-explainability:mainfrom
dmaniloff merged 1 commit intotrustyai-explainability:mainfrom
Conversation
This new document outlines the compatibility of the provider with various versions of llama-stack, including a version compatibility table and recommended versions for specific llama-stack targets.
Contributor
Reviewer's GuideAdds a new COMPATIBILITY.md document that formalizes and documents the version compatibility matrix between llama-stack-provider-ragas and various llama-stack generations, including release-branch alignment, a detailed version table, and concrete recommended provider versions for specific llama-stack targets. Flow diagram for selecting provider version based on llama-stack targetflowchart TD
A[Start] --> B[Determine_llama_stack_version]
B --> C{llama_stack_version_major}
C -->|0.5.x_or_higher| D[Use_provider_version_>=_0.6.0]
C -->|0.4.x| E[Use_provider_version_==_0.5.4]
C -->|0.3.x| F[Use_provider_version_==_0.4.3]
C -->|0.2.x_or_older| G[Use_legacy_provider_from_version_table]
D --> H[Install_with_pip_install_llama_stack_provider_ragas_>=_0.6.0]
E --> I[Install_with_pip_install_llama_stack_provider_ragas_==_0.5.4]
F --> J[Install_with_pip_install_llama_stack_provider_ragas_==_0.4.3]
G --> K[Consult_version_compatibility_table_for_exact_match]
H --> L[Verify_compatibility_in_runtime]
I --> L
J --> L
K --> L
L --> M[End]
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `COMPATIBILITY.md:8-9` </location>
<code_context>
+
+## Important Note
+
+Prior to provider version 0.5.4, the provider versioning did not align to
+llama-stack version generations. For example, provider versions 0.4.x and
+0.5.0–0.5.1 all targeted llama-stack 0.2.x/0.3.x despite spanning two
+provider major-minor lines. Starting with provider 0.5.4, the release
</code_context>
<issue_to_address>
**suggestion (typo):** Consider rephrasing "did not align to llama-stack version generations" for more natural wording.
Consider changing this to "did not align with llama-stack version generations" or simply "did not align with llama-stack versions" for more natural wording.
```suggestion
Prior to provider version 0.5.4, the provider versioning did not align with
llama-stack versions. For example, provider versions 0.4.x and
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
saichandrapandraju
approved these changes
Feb 13, 2026
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.
This new document outlines the compatibility of the provider with various versions of llama-stack, including a version compatibility table and recommended versions for specific llama-stack targets.
Summary by Sourcery
Document version compatibility and recommended provider versions for llama-stack-provider-ragas.
Documentation: