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

Add support for AI-powered summarization #394

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented May 5, 2023

Description

  • Update changelog
  • Update documentation
  • Makes it more customisable (refine WAYBACK_COHERE_APIKEY)

Closes #329
Closes #135

Checklist

@waybackarchiver waybackarchiver added documentation Improvements or additions to documentation enhancement New feature or request go Pull requests that update Go code labels May 5, 2023
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Attention: 43 lines in your changes are missing coverage. Please review.

Comparison is base (da72fdf) 47.87% compared to head (6086dc5) 47.93%.
Report is 5 commits behind head on main.

Files Patch % Lines
template/render/render.go 28.00% 15 Missing and 3 partials ⚠️
summary/cohere.go 42.85% 11 Missing and 1 partial ⚠️
reduxer/reduxer.go 54.54% 4 Missing and 1 partial ⚠️
summary/locally.go 75.00% 3 Missing and 1 partial ⚠️
config/options.go 33.33% 2 Missing ⚠️
config/parser.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #394      +/-   ##
==========================================
+ Coverage   47.87%   47.93%   +0.06%     
==========================================
  Files          60       63       +3     
  Lines        5496     5582      +86     
==========================================
+ Hits         2631     2676      +45     
- Misses       2591     2626      +35     
- Partials      274      280       +6     

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

@github-actions
Copy link

github-actions bot commented Sep 9, 2023

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Sep 9, 2023
@github-actions github-actions bot closed this Sep 16, 2023
@github-actions github-actions bot removed the Stale label Oct 7, 2023
Copy link

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AI-powered Summarization Generate summary text for webpage
1 participant