Skip to content

Commit 9eb62b0

Browse files
docs: update OpenMLDBSdk reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 613250a commit 9eb62b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/developer/sdk_develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Due to the complexity of the implementation of the SDK Layer, we didn't develop
2020

2121
Java Wrapper is implemented as [SqlClusterExecutor](https://github.com/4paradigm/OpenMLDB/blob/main/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/sdk/impl/SqlClusterExecutor.java). It is a simple wrapper of `sql_router_sdk`, including the conversion of input types, the encapsulation of returned results, the encapsulation of returned errors.
2222

23-
Python Wrapper is implemented as [OpenMLDBSdk](https://github.com/4paradigm/OpenMLDB/blob/main/python/openmldb/sdk/sdk.py). Like the Java Wrapper, it is a simple wrapper as well.
23+
Python Wrapper is implemented as [OpenMLDBSdk](https://github.com/4paradigm/OpenMLDB/blob/main/python/openmldb_sdk/openmldb/sdk/sdk.py). Like the Java Wrapper, it is a simple wrapper as well.
2424

2525
### User Layer
2626
Although the Wrapper Layer can be used directly, it is not convenient enough. So, we develop another layer, the User Layer of the Java/Python SDK.

docs/zh/developer/sdk_develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OpenMLDB的SDK,可以分为几层,如图所示。我们将从下层往上依
2020

2121
Java Wrapper具体实现为[SqlClusterExecutor](https://github.com/4paradigm/OpenMLDB/blob/main/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/sdk/impl/SqlClusterExecutor.java)。可以看到,它仅仅是对`sql_router_sdk`调用的简单封装,比如,对输入类型的转换,对返回结果的封装,对返回错误的封装。
2222

23-
Python Wrapper具体实现为[OpenMLDBSdk](https://github.com/4paradigm/OpenMLDB/blob/main/python/openmldb/sdk/sdk.py)。和Java Wrapper类似,它也只是简单的封装。
23+
Python Wrapper具体实现为[OpenMLDBSdk](https://github.com/4paradigm/OpenMLDB/blob/main/python/openmldb_sdk/openmldb/sdk/sdk.py)。和Java Wrapper类似,它也只是简单的封装。
2424

2525
### 用户层
2626
Wrapper层是可以直接使用的,但不够方便。所以,我们再提供了一层,Java/Python SDK的用户层。

0 commit comments

Comments
 (0)