--port <INTEGER>: Specify service port, default is 5050.
--host <TEXT>: Specify binding address, default is 127.0.0.1.
--admin: Enable administrator mode. By default, the UI only displays the chat interface (Chat Only). After enabling this option, Pipeline Builder (visual orchestration), parameter configuration, and online Prompt editing functions will be unlocked. In addition, an AI assistant is built into the administrator interface to help you efficiently complete Pipeline configuration and debugging.
For time-consuming Pipelines such as Deep Research, background running mode is supported. After the task execution is completed, the results will be automatically loaded into the current chat window.
Click New Collection to upload documents and create an exclusive knowledge base.Click the Settings button to customize the slicing strategy (Chunk) and Embedding model parameters.
Configuration is usually required for first-time use. If you want to achieve configuration-free deployment (users do not need to set manually), please modify relevant parameters in examples/parameter/corpus_chunk_parameter.yaml and examples/parameter/milvus_index_parameter.yaml in advance to skip the setting steps below.
Supports bidirectional real-time synchronization between drag-and-drop orchestration on the left canvas and code editor on the right. You can build intuitively like building blocks, or fine-tune in the code editor.