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

Pipeline inputs #4499

Merged
merged 19 commits into from
Jan 5, 2023
Merged

Pipeline inputs #4499

merged 19 commits into from
Jan 5, 2023

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    c1cdcdc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Add extended example

    ukclivecox committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b140009 View commit details
    Browse the repository at this point in the history
  2. add trigger example

    ukclivecox committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    949f9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5aeddc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    f13e89a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Update notebook

    ukclivecox committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    969e0b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    83f91a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Update docs/source/contents/pipelines/index.md

    Co-authored-by: Sherif Akoush <sherif.akoush@gmail.com>
    ukclivecox and sakoush committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f84a73c View commit details
    Browse the repository at this point in the history
  2. Update docs/source/contents/pipelines/index.md

    Co-authored-by: Sherif Akoush <sherif.akoush@gmail.com>
    ukclivecox and sakoush committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a5fd2dd View commit details
    Browse the repository at this point in the history
  3. [SCv2] Improve inference docs re routing and headers (#4481)

    * Capitalise Seldon when used as proper noun
    
    * Formatting, capitalisation, etc.
    
    * Add detail to inference docs page
    
    * Formatting and typo fixes
    
    * Use consistent capitalisation of model & pipeline through inference docs page
    
    * Fix typo in inference docs for Kafka topics
    
    * Specify use of inference v2 protocol high up in inference docs
    
    * Add mention of headers to sync inference introduction
    
    * Formatting + minor rewording for clarity
    
    * Use tabs for Compose vs. k8s methods for finding the seldon-mesh endpoint
    
    * Add note on port-forwarding seldon-mesh svc for inference requests
    
    * Add note on service meshes for sending inference requests
    
    * Add section on inference request routing with headers
    
    * Add section on path-based routing for inference endpoints
    
    * Add subsection header for Seldon routing (vs. ingress routing)
    
    * Add section on routing from ingress -> seldon-mesh for inference calls
    
    * Add links to RFCs for host & authority headers
    
    * Update link to RFC for  HTTP/1 Host header
    
    RFC-7230 obsoletes RFC-2616, the previous link.
    
    * Add line describing virtual hosts vs. physical ones
    
    * Use tabs for alternate ways of making inference requests
    
    * Add inference request example with Seldon CLI
    
    * Use consistent capitalisation of v2 for inference protocol
    
    * Add note on Kafka headers for pipelines
    
    * Use ordinal numbering for bullet points
    
    * Update URI for consistency and to avoid confusion
    
    * Move section on making requests above section on routing
    
    * Use interpolation syntax to clarify usage of path-based routing in Seldon mesh
    
    * Add second form of path-based routing for pipelines in Seldon mesh
    
    * Clarify wording re virtual endpoints in SCv2
    
    * Add section for header-based routing examples
    
    This section builds on the examples from the prior section on making inference requests.
    
    * Update basic examples to exclude routing headers
    
    Routing headers are then given in the examples relevant to that section.
    
    * Formatting
    
    * Use group-tabs for example requests with different clients
    
    * Add emphasis to header lines in examples for header-based routing
    
    * Add notes on support for subdomain-based routing
    
    * Add example snippets for subdomain routing
    
    * Add Open Inference schema for iris model for examples
    
    * Move pipeline inference tip lower for better flow
    
    * Fix datatype for iris model inputs
    agrski authored and ukclivecox committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    907c241 View commit details
    Browse the repository at this point in the history
  4. Bump MLServer version to 1.2.1 (#4503)

    Adrian Gonzalez-Martin authored and ukclivecox committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    bc85dbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39fdf04 View commit details
    Browse the repository at this point in the history
  6. Disable autoscaling tracking on agent for models that are fixed (#4501)

    * add flag for autoscaling in grpc msg
    
    * autogen files
    
    * extract helper function
    
    * adjust comment
    
    * wire up autoscaling flag in server
    
    * wire up autoscaling in agent client
    
    * set thresholds for scaling in local deployment
    
    * add autoscaling flag to scheduler
    
    * add a toggle for autoscaling service
    
    * revert autoscaling envs set in local deployment
    
    * disable scaling for local deployment
    
    * use a disable toggle instead
    
    * do not disable by default scaling service
    sakoush authored and ukclivecox committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b54d6d1 View commit details
    Browse the repository at this point in the history
  7. Upgrading docker compose CLI command (#4498)

    Not sure if this is necessary but it actually took me some time to figure it out as I was sure that I have `docker compose` already installed. According to the [Docker documentation](https://docs.docker.com/compose/reference/) the spaced version looks like the newer one and maybe the makefile should be updated for that.
    saeid93 authored and ukclivecox committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3732cf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5663bac View commit details
    Browse the repository at this point in the history
  9. Fix possible SIGSEV after producer close in modelgateway (#4515)

    * Fix possible SIGSEV after producer close in modelgateway
    
    * Set running after setup
    
    * review comments
    ukclivecox committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e1930d2 View commit details
    Browse the repository at this point in the history
  10. Link how to install docker compose v2 from github releases (#4516)

    * link compose github for easier installation
    
    * Update docs/source/contents/getting-started/docker-installation/index.md
    
    Co-authored-by: Alex Rakowski <20504869+agrski@users.noreply.github.com>
    
    Co-authored-by: Alex Rakowski <20504869+agrski@users.noreply.github.com>
    2 people authored and ukclivecox committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    16b5d5f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7cd32e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. review comments

    ukclivecox committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    29f1aa4 View commit details
    Browse the repository at this point in the history