mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 15:45:08 +08:00
Docs: minor (#12899)
### What problem does this PR solve? Removed redundant command + "*the* current version" @JinHai-CN ### Type of change - [x] Documentation Update
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"label": "Agent Components",
|
"label": "Components",
|
||||||
"position": 20,
|
"position": 20,
|
||||||
"link": {
|
"link": {
|
||||||
"type": "generated-index",
|
"type": "generated-index",
|
||||||
|
|||||||
@ -5,7 +5,7 @@ sidebar_custom_props: {
|
|||||||
categoryIcon: LucideBookOpenText
|
categoryIcon: LucideBookOpenText
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
# Introduction to agents
|
# Introduction
|
||||||
|
|
||||||
Key concepts, basic operations, a quick view of the agent editor.
|
Key concepts, basic operations, a quick view of the agent editor.
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ sidebar_custom_props: {
|
|||||||
categoryIcon: LucideMonitorDot
|
categoryIcon: LucideMonitorDot
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
# Embed agent into webpage
|
# Embed Agent into webpage
|
||||||
|
|
||||||
You can use iframe to embed an agent into a third-party webpage.
|
You can use iframe to embed an agent into a third-party webpage.
|
||||||
|
|
||||||
|
|||||||
@ -188,10 +188,9 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
|||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/infiniflow/ragflow.git
|
$ git clone https://github.com/infiniflow/ragflow.git
|
||||||
$ cd ragflow/docker
|
$ cd ragflow/docker
|
||||||
$ git checkout -f v0.23.1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Switch to current version:
|
3. Switch to the current version:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git checkout -f v0.23.1
|
$ git checkout -f v0.23.1
|
||||||
|
|||||||
Reference in New Issue
Block a user