diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index 7e8a9a8..89ebd7b 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -10,8 +10,7 @@ metadata: ( event == "push" && ( source_branch.matches("^(main|master|release-.*)$") || - target_branch.matches("^(main|master|release-.*)$") || - target_branch.startsWith("refs/tags/") + target_branch.matches("^(main|master|release-.*)$") ) ) spec: diff --git a/docs/en/overview/quick_start.mdx b/docs/en/overview/quick_start.mdx index 7ee4b3e..a621cf7 100644 --- a/docs/en/overview/quick_start.mdx +++ b/docs/en/overview/quick_start.mdx @@ -2,17 +2,17 @@ weight: 30 --- - # Quick Start After the database import is complete, you can use the Alauda Hyperflux chat interface. +For ACP versions 4.0 and 4.1, you can also access Alauda Hyperflux via the independent page: `https:///console-smart-doc/home`. + 1. Log into ACP Web Console and switch to **Container Platform** view. 2. On the right bottom corner, click the chat icon to open the Alauda Hyperflux chat interface. 3. Start your chat with Alauda Hyperflux! - -# Limitations +## Limitations - LLMs may generate incorrect or nonsensical answers. Please verify the answers provided by Alauda Hyperflux. - The knowledge base is static after importing the database dump. New documents added to the ACP cluster will not be included in the knowledge base until the database is updated.