Skip to content

Voicenote Storage: Optimize audio handling #815

Open
Prajna1999 wants to merge 5 commits into
mainfrom
feat/b64-to-s3
Open

Voicenote Storage: Optimize audio handling #815
Prajna1999 wants to merge 5 commits into
mainfrom
feat/b64-to-s3

Conversation

@Prajna1999
Copy link
Copy Markdown
Collaborator

@Prajna1999 Prajna1999 commented May 6, 2026

Summary

Target issue is #804
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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Warning

Rate limit exceeded

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

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3e3d7307-837a-4224-ba4e-3c5d2b09983e

📥 Commits

Reviewing files that changed from the base of the PR and between e8d87ff and 07f4fc6.

📒 Files selected for processing (6)
  • backend/app/core/storage_utils.py
  • backend/app/crud/llm.py
  • backend/app/models/llm/request.py
  • backend/app/services/llm/chain/executor.py
  • backend/app/services/llm/jobs.py
  • backend/app/utils.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/b64-to-s3

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

❌ Patch coverage is 46.61017% with 63 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
backend/app/utils.py 11.53% 23 Missing ⚠️
backend/app/services/llm/jobs.py 56.86% 22 Missing ⚠️
backend/app/crud/llm.py 31.25% 11 Missing ⚠️
backend/app/services/llm/chain/executor.py 53.33% 7 Missing ⚠️

📢 Thoughts on this report? Let us know!

@Prajna1999 Prajna1999 changed the title Feat/b64 to s3 Voicenote Storage: Optimize audio handling May 7, 2026
@Prajna1999 Prajna1999 linked an issue May 7, 2026 that may be closed by this pull request
@Prajna1999 Prajna1999 self-assigned this May 7, 2026
@Prajna1999 Prajna1999 moved this to In Progress in Kaapi-dev May 7, 2026
@Prajna1999 Prajna1999 requested review from Ayush8923 and vprashrex May 10, 2026 12:24
@Prajna1999 Prajna1999 removed this from Kaapi-dev May 11, 2026
@Prajna1999 Prajna1999 added the enhancement New feature or request label May 12, 2026
@Prajna1999 Prajna1999 moved this to In Review in Kaapi-dev May 12, 2026
@Prajna1999 Prajna1999 linked an issue May 12, 2026 that may be closed by this pull request
@Ayush8923
Copy link
Copy Markdown
Collaborator

Please fix the codecov before merging the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ready-for-review

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

Voicenote Storage: Optimize audio handling

3 participants