We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4039d6f + 369b0c6 commit 7ad9aebCopy full SHA for 7ad9aeb
docs/source/user_guide/aqua/apiserver.rst
@@ -6,7 +6,7 @@ AI Quick Actions is accessible through the Python SDK APIs and CLI. If the CLI o
6
7
**Prerequisite**
8
9
-1. Install oracle-ads - ``pip install "oracle-ads[aquaapi]"``
+1. Install oracle-ads - ``pip install "oracle-ads[aqua]"``
10
2. Set up AI Quick Actions `policies <https://github.com/oracle-samples/oci-data-science-ai-samples/blob/main/ai-quick-actions/policies/README.md>`_
11
12
API Specification
@@ -110,4 +110,4 @@ Docker Image
110
docker run --rm -it --env-file .env \
111
-v ~/.oci:/root/.oci \
112
-v $KEY_PATH:$KEY_PATH \
113
- -p 8081:8080 aqua:$TAG
+ -p 8080:8080 aqua:$TAG
0 commit comments