Skip to content
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

Update application files and fix LLM models, create new retriever class #915

Merged
merged 6 commits into from
Apr 9, 2024

Conversation

dartpain
Copy link
Contributor

@dartpain dartpain commented Apr 9, 2024

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • Why was this change needed? (You can also link to an open issue here)

  • Other information:

Copy link

vercel bot commented Apr 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 9, 2024 4:26pm
nextra-docsgpt ✅ Ready (Inspect) Visit Preview Apr 9, 2024 4:26pm

@github-actions github-actions bot added the application Application label Apr 9, 2024
@dartpain dartpain self-assigned this Apr 9, 2024
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

Attention: Patch coverage is 24.32432% with 224 lines in your changes are missing coverage. Please review.

Project coverage is 20.68%. Comparing base (db8db9f) to head (8d7a134).
Report is 20 commits behind head on main.

Files Patch % Lines
application/retriever/duckduck_search.py 16.43% 61 Missing ⚠️
application/api/answer/routes.py 6.66% 56 Missing ⚠️
application/retriever/classic_rag.py 20.33% 47 Missing ⚠️
application/retriever/brave_search.py 19.64% 45 Missing ⚠️
application/api/user/routes.py 0.00% 5 Missing ⚠️
application/retriever/retriever_creator.py 63.63% 4 Missing ⚠️
application/retriever/base.py 70.00% 3 Missing ⚠️
application/utils.py 50.00% 2 Missing ⚠️
application/parser/token_func.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #915      +/-   ##
==========================================
+ Coverage   20.15%   20.68%   +0.52%     
==========================================
  Files          73       79       +6     
  Lines        3315     3496     +181     
==========================================
+ Hits          668      723      +55     
- Misses       2647     2773     +126     

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

@dartpain dartpain marked this pull request as ready for review April 9, 2024 16:34
@dartpain dartpain requested a review from pabik April 9, 2024 16:35
@dartpain dartpain merged commit a37b922 into main Apr 9, 2024
16 checks passed
@dartpain dartpain deleted the feat/retrievers-class branch April 9, 2024 23:12
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.

None yet

2 participants