mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 23:55:06 +08:00
Docs: Fixed a docusaurus display issue (#12914)
### What problem does this PR solve? Fixed a docusaurus display issue. ### Type of change - [x] Documentation Update
This commit is contained in:
@ -145,7 +145,7 @@ Wraps the existing executor_manager implementation.
|
|||||||
**Security**: gVisor (runsc runtime), seccomp, read-only filesystem, memory limits
|
**Security**: gVisor (runsc runtime), seccomp, read-only filesystem, memory limits
|
||||||
|
|
||||||
**Advantages**:
|
**Advantages**:
|
||||||
- Low latency (<90ms), data privacy, full control
|
- Low latency (<90ms), data privacy, full control
|
||||||
- No per-execution costs
|
- No per-execution costs
|
||||||
- Supports `arguments` parameter for passing data to `main()` function
|
- Supports `arguments` parameter for passing data to `main()` function
|
||||||
|
|
||||||
@ -177,7 +177,7 @@ SaaS integration with Aliyun Function Compute Code Interpreter service using the
|
|||||||
**Configuration**:
|
**Configuration**:
|
||||||
- `access_key_id`: Aliyun AccessKey ID
|
- `access_key_id`: Aliyun AccessKey ID
|
||||||
- `access_key_secret`: Aliyun AccessKey Secret
|
- `access_key_secret`: Aliyun AccessKey Secret
|
||||||
- `account_id`: Aliyun primary account ID (主账号ID) - Required for API calls
|
- `account_id`: Aliyun primary account ID - Required for API calls
|
||||||
- `region`: Region (cn-hangzhou, cn-beijing, cn-shanghai, cn-shenzhen, cn-guangzhou)
|
- `region`: Region (cn-hangzhou, cn-beijing, cn-shanghai, cn-shenzhen, cn-guangzhou)
|
||||||
- `template_name`: Optional sandbox template name for pre-configured environments
|
- `template_name`: Optional sandbox template name for pre-configured environments
|
||||||
- `timeout`: Execution timeout (max 30 seconds - hard limit)
|
- `timeout`: Execution timeout (max 30 seconds - hard limit)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"label": "Best practices",
|
"label": "Best practices",
|
||||||
"position": 30,
|
"position": 40,
|
||||||
"link": {
|
"link": {
|
||||||
"type": "generated-index",
|
"type": "generated-index",
|
||||||
"description": "Best practices on Agent configuration."
|
"description": "Best practices on Agent configuration."
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 3
|
sidebar_position: 30
|
||||||
slug: /embed_agent_into_webpage
|
slug: /embed_agent_into_webpage
|
||||||
sidebar_custom_props: {
|
sidebar_custom_props: {
|
||||||
categoryIcon: LucideMonitorDot
|
categoryIcon: LucideMonitorDot
|
||||||
|
|||||||
Reference in New Issue
Block a user