mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Miscellaneous UI updates (#6094)
### What problem does this PR solve? #6049 ### Type of change - [x] Documentation Update - [x] Other (please describe): UI updates
This commit is contained in:
@ -31,6 +31,10 @@ An opening greeting is the agent's first message to the user. It can be a welcom
|
||||
|
||||
You can set global variables within the **Begin** component, which can be either required or optional. Once established, users will need to provide values for these variables when interacting or chatting with the agent. Click **+ Add variable** to add a global variable, each with the following attributes:
|
||||
|
||||
:::caution WARNING
|
||||
If your agent's **Begin** component takes a variable, you *cannot* embed it into a webpage.
|
||||
:::
|
||||
|
||||
- **Key**: *Required*
|
||||
The unique variable name.
|
||||
- **Name**: *Required*
|
||||
|
||||
@ -8,7 +8,7 @@ slug: /embed_agent_into_webpage
|
||||
You can use iframe to embed an agent into a third-party webpage.
|
||||
|
||||
:::caution WARNING
|
||||
If your agent's **Begin** component takes a key of **file** type (a **file** type variable), you *cannot* embed it into a webpage.
|
||||
If your agent's **Begin** component takes a variable, you *cannot* embed it into a webpage.
|
||||
:::
|
||||
|
||||
1. Before proceeding, you must [acquire an API key](../models/llm_api_key_setup.md); otherwise, an error message would appear.
|
||||
|
||||
@ -16,4 +16,4 @@ Please note that some of your settings may consume a significant amount of time.
|
||||
- On the configuration page of your knowledge base, switch off **Use RAPTOR to enhance retrieval**.
|
||||
- Extracting knowledge graph (GraphRAG) is time-consuming.
|
||||
- Disable **Auto-keyword** and **Auto-question** on the configuration page of yor knowledge base, as both depend on the LLM.
|
||||
- **v0.17.0:** If your document is plain text PDF and does not require GPU-intensive processes like OCR (Optical Character Recognition), TSR (Table Structure Recognition), or DLA (Document Layout Analysis), you can choose **Naive** over **DeepDoc** or other time-consuming large model options in the **Document parser** dropdown. This will substantially reduce document parsing time.
|
||||
- **v0.17.0+:** If your document is plain text PDF and does not require GPU-intensive processes like OCR (Optical Character Recognition), TSR (Table Structure Recognition), or DLA (Document Layout Analysis), you can choose **Naive** over **DeepDoc** or other time-consuming large model options in the **Document parser** dropdown. This will substantially reduce document parsing time.
|
||||
@ -30,6 +30,10 @@ _On the **Team** page, you can view the information about members of your team a
|
||||
|
||||
You are, by default, the owner of your own team and the only person permitted to invite users to join your team or remove team members.
|
||||
|
||||
:::danger IMPORTANT
|
||||
When using email address to invite a team member, ensure it is associated with an existing RAGFlow account to avoid errors.
|
||||
:::
|
||||
|
||||

|
||||
|
||||
## Remove team members
|
||||
|
||||
Reference in New Issue
Block a user