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

annotation scaling backend implementation #477

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

fynnos
Copy link
Collaborator

@fynnos fynnos commented Dec 2, 2024

this PR adds annotation scaling functionality to the backend: given a type of annotation, the system suggests more candidate sentences. this already features advanced candidate filtering by removing any already annotated sentences or the ones that a closest to a negative support set.

so far, the implementation is rather inefficient due to weaviate not supporting batch queries. for larger projects, we need to use another vector index

Copy link
Member

@bigabig bigabig left a comment

Choose a reason for hiding this comment

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

can be merged without problems :)

@fynnos fynnos merged commit b381562 into mwp_v1 Dec 2, 2024
2 checks passed
@fynnos fynnos deleted the annoscaling-backend-v1 branch December 2, 2024 14:59
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.

2 participants