-
Notifications
You must be signed in to change notification settings - Fork 0
Merge pull request #41 from rostilos/rag-pipeline-memory-leak-at-inde… #52
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
base: rag-pipeline-memory-leak-at-indexing
Are you sure you want to change the base?
Conversation
…xing [FIX] Rag pipeline memory leak at indexing
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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 |
…xing feat: Add INFO severity level to issue severity options across multip…
- Introduced ISSUE_CATEGORIES for categorizing issues during code reviews. - Added LINE_NUMBER_INSTRUCTIONS to guide accurate line number reporting from diffs. - Included ISSUE_DEDUPLICATION_INSTRUCTIONS to prevent duplicate issue reporting. - Defined SUGGESTED_FIX_DIFF_FORMAT for consistent format in suggested fixes. - Implemented LOST_IN_MIDDLE_INSTRUCTIONS to prioritize critical analysis areas. - Added ADDITIONAL_INSTRUCTIONS for efficient review process management. - Created FIRST_REVIEW_PROMPT_TEMPLATE and REVIEW_WITH_PREVIOUS_ANALYSIS_DATA_TEMPLATE for structured review prompts. - Established templates for various review scenarios including DIRECT_FIRST_REVIEW and INCREMENTAL_REVIEW.
Add prompt constants for code review instructions and guidelines
… detailed markdown generation
Chunk based pr review
feat: Remove unused prompt templates and add method for additional in…
…ng and backward compatibility
feat: Update IssueDTO to include new fields for improved issue tracki…
refactor: Simplify prompt building by removing legacy methods and unu…
…tion in context builder
feat: Implement connection pooling in RagClient and add budget valida…
…xing
[FIX] Rag pipeline memory leak at indexing