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

Split extractor embedding query and QA calls #35

Closed
davidmezzetti opened this issue Nov 1, 2020 · 0 comments
Closed

Split extractor embedding query and QA calls #35

davidmezzetti opened this issue Nov 1, 2020 · 0 comments
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member

Currently, extractor.py has a single method to run an embeddings query and then run extractive QA over those results.

This should be split into two separate methods, which allows external callers to just run the embeddings search without executing the QA extraction. This will allow downstream systems more flexibility in working with the extractor process.

@davidmezzetti davidmezzetti self-assigned this Nov 1, 2020
asysc2020 pushed a commit to asysc2020/txtai that referenced this issue Dec 20, 2020
@davidmezzetti davidmezzetti added this to the v1.4.0 milestone May 13, 2021
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

No branches or pull requests

1 participant