-
Notifications
You must be signed in to change notification settings - Fork 4
feat: support for Solido RAG endpoints #396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
WalkthroughIntroduces SOLIDO RAG endpoint support by adding a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes The changes introduce multiple new entity types (enum member, model class, endpoint class) with heterogeneous logic across different layers. While individual components are straightforward, the interconnected nature across models, endpoints, and tests requires careful verification of consistency in data flow and protocol compliance. Poem
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (7)
🧰 Additional context used🧬 Code graph analysis (5)src/aiperf/common/models/__init__.py (1)
src/aiperf/endpoints/base_endpoint.py (1)
src/aiperf/endpoints/__init__.py (1)
src/aiperf/endpoints/solido_rag.py (7)
tests/endpoints/test_solido_rag.py (6)
🪛 Ruff (0.14.1)src/aiperf/endpoints/solido_rag.py53-53: Avoid specifying long messages outside the exception class (TRY003) tests/endpoints/test_solido_rag.py246-246: Unused method argument: (ARG002) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (17)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
5ad576e to
a32b300
Compare
Summary by CodeRabbit
New Features
Tests