Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .tekton/doc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions docs/en/overview/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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://<YOUR-ACP-ADDRESS>/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.
Expand Down