Skip to content

Commit 5f2fb61

Browse files
author
wangyingjie
committed
Introduction to deleting DAG
1 parent ff32f93 commit 5f2fb61

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)