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 Content Bundling feature #7953

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

drew2a
Copy link
Contributor

@drew2a drew2a commented Apr 3, 2024

This PR implements the algorithm for content bundling described in

The new algorithm replaces the Content Item bundling logic but does not remove all the previously generated Content Items from the database. The creation of snippets has been moved from the core side to the GUI side, so it can include responses from a remote search on the fly.

image

Content Bundling is conditional. The condition is based on the Corrected Type-Token Ratio (CTTR) formula.

Closes #7837

@drew2a drew2a changed the base branch from main to release/7.13 April 3, 2024 12:00
@drew2a drew2a force-pushed the feature/content_bundling branch 2 times, most recently from a7edd17 to 8689f85 Compare April 5, 2024 11:02
@drew2a drew2a changed the base branch from release/7.13 to release/7.14 April 5, 2024 11:05
@drew2a drew2a force-pushed the feature/content_bundling branch 5 times, most recently from 6f42e69 to 48ebd53 Compare April 5, 2024 12:28
@drew2a drew2a marked this pull request as ready for review April 5, 2024 12:32
@drew2a drew2a requested review from a team and kozlovsky and removed request for a team April 5, 2024 12:35
src/tribler/gui/widgets/search_results_model.py Outdated Show resolved Hide resolved
src/tribler/gui/widgets/search_results_model.py Outdated Show resolved Hide resolved
Co-authored-by: Alexander Kozlovsky <[email protected]>
@drew2a drew2a merged commit cd382c9 into release/7.14 Apr 8, 2024
16 checks passed
@drew2a drew2a deleted the feature/content_bundling branch April 8, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

KnowledgeCommunity: Content Bundle
2 participants