Skip to content

Commit

Permalink
[Docs] Add note regarding testing Nuclio function with async engine v…
Browse files Browse the repository at this point in the history
…ia the UI (#1150)
  • Loading branch information
gilad-shaham committed Jul 28, 2021
1 parent 602c38d commit 9e00370
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions docs/serving/serving-graph.md
Expand Up @@ -28,17 +28,16 @@ to production with minimal work.

### In this document

* [**Examples**](#examples)
* [**Simple model serving router**](#simple-model-serving-router)
* [**Advanced data processing and serving ensemble**](#advanced-data-processing-and-serving-ensemble)
* [**NLP processing pipeline with real-time streaming**](#nlp-processing-pipeline-with-real-time-streaming)
* [**The Graph State Machine**](#the-graph-state-machine)
* [**Graph overview and usage**](#graph-overview-and-usage)
* [**Graph context and Event objects**](#graph-context-and-event-objects)
* [**Error handling and catchers**](#error-handling-and-catchers)
* [**Implement your own task class or function**](#implement-your-own-task-class-or-function)
* [**Building distributed graphs**](#building-distributed-graphs)

- [Examples](#examples)
- [Simple model serving router](#simple-model-serving-router)
- [Advanced data processing and serving ensemble](#advanced-data-processing-and-serving-ensemble)
- [NLP processing pipeline with real-time streaming](#nlp-processing-pipeline-with-real-time-streaming)
- [The Graph State Machine](#the-graph-state-machine)
- [Graph overview and usage](#graph-overview-and-usage)
- [Graph context and Event objects](#graph-context-and-event-objects)
- [Error handling and catchers](#error-handling-and-catchers)
- [Implement your own task class or function](#implement-your-own-task-class-or-function)
- [Building distributed graphs](#building-distributed-graphs)

## Examples

Expand Down Expand Up @@ -187,6 +186,10 @@ and finally, you can deploy the graph as a real-time Nuclio serverless function

function.deploy()

```{note}
If you test a Nuclio function that has a serving graph with the async engine via the Nuclio UI, the UI may not display the logs in the output.
```

### NLP processing pipeline with real-time streaming

In Some cases we want to split our processing to multiple functions and use
Expand Down

0 comments on commit 9e00370

Please sign in to comment.