Skip to content

My Assistant

My Assistant is a conversational application that interacts with users continuously in a question-and-answer mode. It is suitable for building intelligent customer service, knowledge Q&A, business assistant, and similar scenarios.

Use Cases

ScenarioDescription
Customer ServiceAutomatically respond to user inquiries and reduce the workload of human agents
Online EducationProvide interactive services such as course Q&A and learning guidance
HealthcareAssist with health consultations, preliminary symptom screening, and similar scenarios
Answer product policies and guide users through business processes

Creating an Application

Go to AIGC Apps / App Center, click the "Create App" button, fill in the application name, select My Assistant as the application type, and complete the creation.

My Assistant 1

Orchestration Parameter Configuration

After creation, the system automatically redirects to the parameter configuration page. Complete the configuration by following the modules below in order.

Prompt

The prompt supports three sources, with the following priority order:

TypeDescription
Global DefaultUses the global default prompt configured in Model Management > Model Configuration > Prompt Template; can be overridden within the application
Model DefaultUses the default prompt for the corresponding provider and specific model; can be overridden within the application
CustomA custom template pre-saved in the prompt template, which can be reused directly via a dropdown selection

My Assistant 2

Knowledge Base

Associate a knowledge base with the application to limit the conversation scope to specified knowledge content (e.g., enterprise document standards).

  • Add Knowledge Base: Click the "Add" button, and in the dialog select private or system knowledge bases you have permission to access. Multiple selections are supported.
  • Parameter Settings: Click the "Parameter Settings" button to configure the recall strategy.
    • Single knowledge base: N-choose-1 recall is recommended
    • Multiple knowledge bases: Multi-path recall is recommended

My Assistant 3

Components

Click the "Associate Component" button, select an authorized component in the right sidebar and enable it to invoke that component's capabilities during conversations.

My Assistant 4

Vision

This toggle is only displayed when the base model selected for the application supports vision capabilities.

When enabled, an image upload entry will appear on the left side of the input box, allowing users to upload images for the model to parse.

Conversation Enhancement

FeatureDescription
Private Knowledge Base Reference Default ToggleWhen enabled, the assistant application enables private knowledge base references by default
Personal Knowledge Base Reference Default ToggleWhen enabled, the assistant application enables personal knowledge base references by default
Multi-turn Conversation Default ToggleWhen enabled, the assistant application enables multi-turn conversation context by default
Conversation OpenerWhen enabled, you can configure several opening guide questions to help users ask questions quickly
Next Question SuggestionsWhen enabled, automatically recommends related follow-up questions based on the current question
Text-to-SpeechWhen enabled, configure language, voice (4 options), and speed (4 options); the model plays audio while outputting text
Speech-to-TextWhen enabled, requests microphone permission and supports voice input in Mandarin, Cantonese, Hokkien, and other languages, converting speech to text for questions
References and AttributionWhen enabled and a knowledge base is associated, the source documents from the knowledge base will be displayed below the answer
Filter Metadata TagsUsed with knowledge base Index Enhancement to filter recalled segments with excessively high similarity, improving reply accuracy

My Assistant 5

Personal Knowledge Base Segmentation & Retrieval Settings

Segmentation Settings

ParameterDefaultDescription
Max Segment Length5000Maximum number of characters per segment
Segment Delimiter****Custom delimiter for splitting segments
Segment Overlap Length50Number of overlapping characters between adjacent segments, helps preserve context

Modifying personal knowledge base segmentation settings does not affect the segmentation configuration of private knowledge bases.

Retrieval Settings

ParameterDefaultDescription
Retrieval ModeHybrid RetrievalCombines semantic and keyword retrieval
Rerank ModelRerank model configured in Model ManagementRe-ranks recalled results
Top K3Returns the top K most relevant segments
Score ThresholdOffWhen enabled, filters out recalled results below the threshold

Retrieval settings only affect personal knowledge base document retrieval for the current application and do not affect other applications.

My Assistant 6