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

feat(db): support full paper fetching #437

Merged
merged 6 commits into from
Jul 22, 2024
Merged

Conversation

chengzr01
Copy link
Member

@chengzr01 chengzr01 commented Jul 22, 2024

Closes #423

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed
  • Branch name follows type/descript (e.g. feature/add-llm-agents)
  • Ready for code review

ℹ Additional Information

@lwaekfjlk lwaekfjlk changed the title feature(db): support full paper fetching feat(db): support full paper fetching Jul 22, 2024
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 92.47312% with 7 lines in your changes missing coverage. Please review.

Project coverage is 90.53%. Comparing base (cef4c05) to head (e144a32).
Report is 1 commits behind head on main.

@@            Coverage Diff             @@
##             main     #437      +/-   ##
==========================================
+ Coverage   90.49%   90.53%   +0.04%     
==========================================
  Files          56       56              
  Lines        2377     2462      +85     
==========================================
+ Hits         2151     2229      +78     
- Misses        226      233       +7     
Files Coverage Δ
research_town/dbs/db_paper.py 97.22% <ø> (ø)
tests/utils/test_paper_collector.py 100.00% <100.00%> (ø)
research_town/utils/paper_collector.py 93.39% <91.25%> (-6.61%) ⬇️

Copy link
Member

@lwaekfjlk lwaekfjlk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lwaekfjlk lwaekfjlk merged commit 09598de into main Jul 22, 2024
7 checks passed
@lwaekfjlk lwaekfjlk deleted the feature/modify-arxiv-api branch September 8, 2024 04:52
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.

[FEAT]: fetch full text of arXiv papers
2 participants