Miscellaneous doc updates and refactored team management doc. (#6730)

### What problem does this PR solve?

#5576, #6672

### Type of change


- [x] Documentation and UI Update
This commit is contained in:
writinwaters
2025-04-01 19:05:30 +08:00
committed by GitHub
parent 132eae9d5b
commit 31296ad70f
19 changed files with 134 additions and 84 deletions

View File

@ -0,0 +1,8 @@
{
"label": "Team",
"position": 4,
"link": {
"type": "generated-index",
"description": "Team-specific guides."
}
}

View File

@ -0,0 +1,42 @@
---
sidebar_position: 2
slug: /join_or_leave_team
---
# Join or leave a team
Accept a team invite to join a team, decline a team invite, or leave a team.
---
Once you join a team, you can do the following:
- Upload documents to the team owner's shared datasets (knowledge bases).
- Update document configurations in the team owner's shared datasets.
- Update the default configurations for the team owner's shared datasets.
- Parse documents in the team owner's shared datasets.
:::tip NOTE
You cannot invite users to a team unless you are its owner.
:::
## Prerequisites
1. Ensure that your Email address that received the team invitation is associated with a RAGFlow user account.
2. To view and update the team owner's shared knowledge base, The team owner must set a knowledge base's **Permissions** to **Team**.
## Accept or decline team invite
Click on your avatar in the top right corner of the page, then select **Team** in the left-hand panel to access the **Team** page.
![team](https://github.com/user-attachments/assets/0eac2503-26bc-4568-b3f2-bcd84069a07a)
_On the **Team** page, you can view the information about members of your team and the teams you have joined._
![accept_or_decline_team_invite](https://github.com/user-attachments/assets/6a2cb61f-03d5-4423-9ed1-71df97ff4114)
_After accepting the team invite, you should be able to view and update the team owner's knowledge bases whose **Permissions** is set to **Team**._
## Leave a joined team
![Image](https://github.com/user-attachments/assets/4e4c6971-131b-490b-85d8-b362e0811b86)

View File

@ -0,0 +1,43 @@
---
sidebar_position: 1
slug: /manage_team_members
---
# Team
Invite or remove team members.
---
By default, each RAGFlow user is assigned a single team named after their name. RAGFlow allows you to invite RAGFlow users to your team. Your team members can help you:
- Upload documents to your shared datasets (knowledge bases).
- Update document configurations in your shared datasets.
- Update the default configurations for your shared datasets.
- Parse documents in your shared datasets.
:::tip NOTE
- Your team members are currently *not* allowed to invite users to your team, and only you, the team owner, is permitted to do so.
- Sharing added models with team members is only available in RAGFlow's Enterprise edition.
:::
## Prerequisites
1. Ensure that the invited team member is a RAGFlow user and that the Email address used is associated with a RAGFlow user account.
2. To allow your team members to view and update your knowledge base, ensure that you set **Permissions** on its **Configuration** page from **Only me** to **Team**.
## Invite team members
Click on your avatar in the top right corner of the page, then select **Team** in the left-hand panel to access the **Team** page.
![team](https://github.com/user-attachments/assets/0eac2503-26bc-4568-b3f2-bcd84069a07a)
_On the **Team** page, you can view the information about members of your team and the teams you have joined._
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.
![invite_team_member](https://github.com/user-attachments/assets/d85b55c3-7e86-4f04-a414-ca18a9ee8963)
## Remove team members
![remove_members](https://github.com/user-attachments/assets/5c1a6ab5-8862-47a0-ad09-77fe88866508)