Skip to content

Commit 5b9417e

Browse files
author
wangyingjie
committed
Introduction to deleting DAG
Signed-off-by: wangyingjie <wangyingjie.wyj@antgroup.com>
1 parent 784e9d9 commit 5b9417e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reps/2023-06-30-serve-cpp-deployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ SERVE_DEPLOYMENT(RankService::FactoryCreate);
344344
} // namespace ray
345345
346346
```
347-
RecommendService is a sequential invocation of other services without complex processing logic, so we can directly use the DAG ability to connect these services, eliminating the need for RecommendService and simplifying user logic.
348347
Next, we start the Ray Serve runtime and use Python Serve API deploy these Service as Deployment:
349348
```python
350349
feature_deployment = serve.deployment(_func_or_class='FeatureService::FactoryCreate', name='feature_service', language='CPP')

0 commit comments

Comments
 (0)