Find the RAG configuration in the Helm Chart Values

Display Helm Chart Values

helm show values dify/dify

This is an example of the RAG configuration in the Helm chart values.

global:
  rag:
    etlType: "Unstructured"
  ... ...

The options for the global.rag.etlType field

  • Unstructured: Unstructured.io file extraction scheme
  • dify: Dify’s proprietary file extraction scheme