Skip to content

Feature/8 context retriever#9

Merged
DivyenduDutta merged 5 commits into
masterfrom
feature/8-context-retriever
Jan 5, 2026
Merged

Feature/8 context retriever#9
DivyenduDutta merged 5 commits into
masterfrom
feature/8-context-retriever

Conversation

@DivyenduDutta

Copy link
Copy Markdown
Owner

Add context retrieval module

Added context retrieval module which returns the context based on most relevant chunks associated with the user input query/prompt
Returns empty string in case no context is found
Returns None in case of an error/exception

@DivyenduDutta DivyenduDutta added this to the First Iteration milestone Jan 5, 2026
@DivyenduDutta DivyenduDutta self-assigned this Jan 5, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 44.73684% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.14%. Comparing base (c1f66a9) to head (7382353).

Files with missing lines Patch % Lines
atlas/core/retriever/context.py 44.73% 19 Missing and 2 partials ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   89.14%   86.14%   -3.00%     
==========================================
  Files          15       16       +1     
  Lines         525      563      +38     
  Branches       49       54       +5     
==========================================
+ Hits          468      485      +17     
- Misses         43       62      +19     
- Partials       14       16       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DivyenduDutta DivyenduDutta linked an issue Jan 5, 2026 that may be closed by this pull request
@DivyenduDutta

DivyenduDutta commented Jan 5, 2026

Copy link
Copy Markdown
Owner Author

The retrieved context is in the below format:
[Context 1 | Source: < note title >]
< text >

[Context 2 | Source: < note title >]
< text >

@DivyenduDutta DivyenduDutta merged commit b131e25 into master Jan 5, 2026
2 checks passed
@DivyenduDutta DivyenduDutta deleted the feature/8-context-retriever branch January 5, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Context Retriever Module

2 participants