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 option to select and provision pretrained text embedding models #137

Merged
merged 8 commits into from
Apr 18, 2024

Commits on Apr 17, 2024

  1. Fix router inconsistencies

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e3f1b3c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Add standalone model field type

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7f29281 View commit details
    Browse the repository at this point in the history
  2. Dynamically parse to handle deployment of pretrained models

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    15255ac View commit details
    Browse the repository at this point in the history
  3. Add ingest pipeline field

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e52c6ab View commit details
    Browse the repository at this point in the history
  4. Generate ingest pipeline ID on the fly

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c3019d6 View commit details
    Browse the repository at this point in the history
  5. remove readonly block once provisioned; add provision callout

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8994fbe View commit details
    Browse the repository at this point in the history
  6. Add algorithm field; clean up dropdown displays;

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ab01756 View commit details
    Browse the repository at this point in the history
  7. Refactoring and cleanup in workflow_to_template_utils

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fc3fd57 View commit details
    Browse the repository at this point in the history