mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 07:36:46 +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,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
|
||||
@ -5,7 +5,7 @@ sidebar_custom_props: {
|
||||
categoryIcon: LucideBookOpenText
|
||||
}
|
||||
---
|
||||
# Introduction to agents
|
||||
# Introduction
|
||||
|
||||
Key concepts, basic operations, a quick view of the agent editor.
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ sidebar_custom_props: {
|
||||
categoryIcon: LucideMonitorDot
|
||||
}
|
||||
---
|
||||
# Embed agent into webpage
|
||||
# Embed Agent into 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
|
||||
$ git clone https://github.com/infiniflow/ragflow.git
|
||||
$ cd ragflow/docker
|
||||
$ git checkout -f v0.23.1
|
||||
```
|
||||
|
||||
3. Switch to current version:
|
||||
3. Switch to the current version:
|
||||
|
||||
```bash
|
||||
$ git checkout -f v0.23.1
|
||||
|
||||
Reference in New Issue
Block a user