Breaking Changes:
- The configuration is now set by a single
CUSTOM_CONFIGpublic variable in yaml format, while secret information can still be set by secret variables. - biorxiv and medrix are supported. More sources can be easily supported by inheriting the
BaseRetrieverclass - Embedding model API is supported.
What's Changed
- fix download error; add timesleep for api by @evelynly61 in #94
- Update Email rendering by @Ronnoc in #105
- fix: ArxivPaper object can now obtain pdf_url from multiple sources by @Bowie375 in #121
- fix: directly assign pdf_url to ArxivPaper._paper.pdf_url when it is None to enable correct pdf downloading by @Bowie375 in #122
- feat: add keep-alive workflow to prevent scheduled workflow auto-disable by @Suiwu in #139
- refactor codebase by @TideDra in #148
- update readme by @TideDra in #149
- update readme by @TideDra in #150
- update readme by @TideDra in #151
- fix logging by @TideDra in #152
- fix sentence transformer import by @TideDra in #157
New Contributors
- @evelynly61 made their first contribution in #94
- @Ronnoc made their first contribution in #105
- @Bowie375 made their first contribution in #121
- @Suiwu made their first contribution in #139
Full Changelog: v0.3.5...v1.0.0