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

CAS multiplier phase support #21

Open
pasky opened this issue Jan 17, 2014 · 0 comments
Open

CAS multiplier phase support #21

pasky opened this issue Jan 17, 2014 · 0 comments

Comments

@pasky
Copy link
Contributor

pasky commented Jan 17, 2014

Currently, the CAS management strategy is fixed - each phase will create a single fresh CAS with a copy from the preceding phase. However, this does not seem to be practical for some purposes, for example QA pipelines.

In a QA pipeline, it would make sense (akin e.g. to the publish DeepQA approach) to create a separate CAS for each search result, then run a pipeline within that CAS that will create a separate CAS for each candidate answer and run a pipeline for that, etc., and eventually a consumer that will juggle all the generated CASes. However, this does not appear to be easily possible with the current setup.

Perhaps this is already possible within the framework - in that case, I'll appreciate some directions.

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