feat: add ragflow web project & add pnpm workspace file
This commit is contained in:
8
docs/guides/team/_category_.json
Normal file
8
docs/guides/team/_category_.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Team",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Team-specific guides."
|
||||
}
|
||||
}
|
||||
37
docs/guides/team/join_or_leave_team.md
Normal file
37
docs/guides/team/join_or_leave_team.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
slug: /join_or_leave_team
|
||||
---
|
||||
|
||||
# Join or leave a team
|
||||
|
||||
Accept an invite to join a team, decline an invite, or leave a team.
|
||||
|
||||
---
|
||||
|
||||
Once you join a team, you can do the following:
|
||||
|
||||
- Upload documents to the team owner's shared datasets.
|
||||
- Parse documents in the team owner's shared datasets.
|
||||
- Use the team owner's shared Agents.
|
||||
|
||||
:::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. The team owner should share his datasets by setting their **Permission** to **Team**.
|
||||
|
||||
## Accept or decline team invite
|
||||
|
||||
1. You will be notified on the top right corner of your system page when you receive an invitation to join a team.
|
||||
|
||||
2. 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.
|
||||
|
||||
_On the **Team** page, you can view the information about members of your team and the teams you have joined._
|
||||
|
||||
_After accepting the team invite, you should be able to view and update the team owner's datasets whose **Permissions** is set to **Team**._
|
||||
|
||||
## Leave a joined team
|
||||
42
docs/guides/team/manage_team_members.md
Normal file
42
docs/guides/team/manage_team_members.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
slug: /manage_team_members
|
||||
---
|
||||
|
||||
# Manage team members
|
||||
|
||||
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.
|
||||
- Parse documents in your shared datasets.
|
||||
- Use your shared Agents.
|
||||
|
||||
:::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 dataset, 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.
|
||||
|
||||

|
||||
|
||||
_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.
|
||||
|
||||

|
||||
|
||||
## Remove team members
|
||||
|
||||

|
||||
19
docs/guides/team/share_agents.md
Normal file
19
docs/guides/team/share_agents.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
slug: /share_agent
|
||||
---
|
||||
|
||||
# Share Agent
|
||||
|
||||
Share an Agent with your team members.
|
||||
|
||||
---
|
||||
|
||||
When ready, you may share your Agents with your team members so that they can use them. Please note that your Agents are not shared automatically; you must manually enable sharing by selecting the corresponding **Permissions** radio button:
|
||||
|
||||
1. Click the intended Agent to open its editing canvas.
|
||||
2. Click **Management** > **Settings** to show the **Agent settings** dialogue.
|
||||
3. Change **Permissions** from **Only me** to **Team**.
|
||||
4. Click **Save** to apply your changes.
|
||||
|
||||
*When completed, your team members will see your shared Agents.*
|
||||
8
docs/guides/team/share_chat_assistant.md
Normal file
8
docs/guides/team/share_chat_assistant.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
slug: /share_chat_assistant
|
||||
---
|
||||
|
||||
# Share chat assistant
|
||||
|
||||
Sharing chat assistant is currently exclusive to RAGFlow Enterprise, but will be made available in due course.
|
||||
18
docs/guides/team/share_knowledge_bases.md
Normal file
18
docs/guides/team/share_knowledge_bases.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
slug: /share_datasets
|
||||
---
|
||||
|
||||
# Share dataset
|
||||
|
||||
Share a dataset with team members.
|
||||
|
||||
---
|
||||
|
||||
When ready, you may share your datasets with your team members so that they can upload and parse files in them. Please note that your datasets are not shared automatically; you must manually enable sharing by selecting the appropriate **Permissions** radio button:
|
||||
|
||||
1. Navigate to the dataset's **Configuration** page.
|
||||
2. Change **Permissions** from **Only me** to **Team**.
|
||||
3. Click **Save** to apply your changes.
|
||||
|
||||
*Once completed, your team members will see your shared datasets.*
|
||||
8
docs/guides/team/share_model.md
Normal file
8
docs/guides/team/share_model.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
sidebar_position: 7
|
||||
slug: /share_model
|
||||
---
|
||||
|
||||
# Share models
|
||||
|
||||
Sharing models is currently exclusive to RAGFlow Enterprise.
|
||||
Reference in New Issue
Block a user