Skip to content

Assessment: Pipeline#777

Open
vprashrex wants to merge 4 commits intomainfrom
feature/inquilab-v2
Open

Assessment: Pipeline#777
vprashrex wants to merge 4 commits intomainfrom
feature/inquilab-v2

Conversation

@vprashrex
Copy link
Copy Markdown
Collaborator

Summary

Target issue is #PLEASE_TYPE_ISSUE_NUMBER
Explain the motivation for making this change. What existing problem does the pull request solve?

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran fastapi run --reload app/main.py or docker compose up in the repository root and test.
  • If you've fixed a bug or added code that is tested and has test cases.

Notes

Please add here if any other information is required for the reviewer.

- Added `service.py` to handle assessment evaluation orchestration, including starting and retrying assessments.
- Introduced utility functions for exporting assessment results in various formats (CSV, XLSX, JSON) in `export.py`.
- Created parsing utilities for handling batch results in `parsing.py`.
- Implemented validation for dataset file uploads in `validators.py`.
- Updated batch job model to include assessment type.
- Enhanced evaluation run model to reference parent assessments.
- Added new fields for reasoning effort and summary preferences in LLM request model.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@vprashrex has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 42 minutes and 36 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 42 minutes and 36 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ba744dbf-2f5c-4375-8900-3fe5ee544d59

📥 Commits

Reviewing files that changed from the base of the PR and between d7b3359 and d013150.

⛔ Files ignored due to path filters (1)
  • backend/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (31)
  • .env.example
  • .gitignore
  • backend/app/alembic/versions/050_add_assessment_manager_table.py
  • backend/app/api/main.py
  • backend/app/api/permissions.py
  • backend/app/api/routes/cron.py
  • backend/app/api/routes/features.py
  • backend/app/assessment/__init__.py
  • backend/app/assessment/batch.py
  • backend/app/assessment/cron.py
  • backend/app/assessment/crud.py
  • backend/app/assessment/dataset.py
  • backend/app/assessment/events.py
  • backend/app/assessment/mappers.py
  • backend/app/assessment/models.py
  • backend/app/assessment/processing.py
  • backend/app/assessment/routes.py
  • backend/app/assessment/service.py
  • backend/app/assessment/utils/__init__.py
  • backend/app/assessment/utils/export.py
  • backend/app/assessment/utils/parsing.py
  • backend/app/assessment/validators.py
  • backend/app/core/config.py
  • backend/app/core/feature_flags/__init__.py
  • backend/app/core/feature_flags/client.py
  • backend/app/core/feature_flags/context.py
  • backend/app/main.py
  • backend/app/models/__init__.py
  • backend/app/models/batch_job.py
  • backend/app/models/llm/request.py
  • backend/pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/inquilab-v2

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant