-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "documents unify the 'AI Flow' to 'AIFlow' (#91)" This reverts commit 178cfe3. * [Doc] Refactor and add documentations
- Loading branch information
1 parent
5890f8c
commit 40ae80f
Showing
75 changed files
with
1,029 additions
and
733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ API | |
:caption: Contents | ||
|
||
python/index | ||
java-api | ||
java/index |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# AIFlow | ||
|
||
AI Flow 0.2.1 is our latest stable release. | ||
|
||
## Maven Dependencies | ||
|
||
You can add the following dependencies to your `pom.xml` to include AIFlow Service client in your project. These dependencies include a AIFlow GRPC client to visit the Python `AIFlowServer`. | ||
|
||
```xml | ||
<dependency> | ||
<groupId>org.aiflow</groupId> | ||
<artifactId>aiflow-client</artifactId> | ||
<version>0.2.1</version> | ||
</dependency> | ||
``` | ||
|
||
## Client JavaDoc | ||
|
||
[https://www.javadoc.io/doc/org.ai-flow/aiflow-client/latest/index.html](https://www.javadoc.io/doc/org.ai-flow/aiflow-client/latest/index.html) |
Oops, something went wrong.