> ## Documentation Index
> Fetch the complete documentation index at: https://enterprise-docs.dify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# RAG

## 在 Helm Chart 值中查找 RAG 配置

### 显示 Helm Chart 值

```bash theme={null}
helm show values dify/dify
```

## 在 Helm Chart 值中查找 RAG 配置

这是 Helm chart 值中 RAG 配置的示例。

```yaml theme={null}
global:
  rag:
    etlType: "Unstructured"
  ... ...
```

## `global.rag.etlType` 字段的选项

* Unstructured: [Unstructured.io](https://unstructured.io/) 文件提取方案
* dify: Dify 的专有文件提取方案
