deepset-ai / hayhooks

Deploy Haystack pipelines behind a REST Api.
https://haystack.deepset.ai
Apache License 2.0
30 stars 8 forks source link

Enhacne the response of '/' endpoint #10

Closed srini047 closed 2 months ago

srini047 commented 2 months ago

Updated response:

{
      "swagger_docs" : "http://localhost:1416/docs",
      "deploy_pipeline" : "http://localhost:1416/deploy",
      "draw_pipeline" : "http://localhost:1416/draw{/pipeline_name}",
      "server_status" : "http://localhost:1416/status",
      "undeploy_pipeline" : "http://localhost:1416/undeploy{/pipeline_name}",
  }