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

Rest API update with pipeline #927

Closed
wants to merge 1 commit into from

Conversation

guillim
Copy link
Contributor

@guillim guillim commented Mar 26, 2021

  1. What is changing?
    We update the rest API to make it compatible with the new "pipeline". I did this for two endpoints :

/models/{model_id}/query
/models/{model_id}/doc-qa

  1. Why?
    Get rid of the "finder" for these endpoints

  2. What are limitations?
    No limitations.

  3. Breaking changes (Example of before vs. after)
    The endpoints don't need model_id anylonger :

/models/query
/models/doc-qa

  1. Link the issue that this relates to
    Issue related Refactor REST APIs to use the new Pipelines  #649

… so basically we get rid of the finder in this page.
@oryx1729
Copy link
Contributor

Hi @guillim, thank you for raising a PR, but this should already be covered in #922. Would you like to review it?

@guillim
Copy link
Contributor Author

guillim commented Apr 2, 2021

This issue can be closed since #922 tackled the subject at the same time 👍 and goes deeper.

@guillim guillim closed this Apr 2, 2021
@guillim guillim deleted the FAST_API_pipeline_update branch April 8, 2021 18:06
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