Helmチャートの値を表示する

helm show values dify/dify

Helmチャートの値におけるRAG設定の例

以下は、Helmチャートの値に含まれるRAG設定の一例です。

global:
  rag:
    # RAG ETL type, support: dify or Unstructured
    etlType: "Unstructured"
    keywordDataSourceType: "object_storage"
    # The maximum number of top-k value for RAG.
    topKMaxValue: 10
    # Configuration for document chunk length. It is used to control the size of text segments when processing long documents.
    indexingMaxSegmentationTokensLength: 4000
  ... ...

global.rag.etlType フィールドの選択肢

  • Unstructured: Unstructured.io によるファイル抽出ソリューション
  • dify: Difyのカスタムファイル抽出ソリューション

Helmチャートの値を表示する

helm show values dify/dify

Helmチャートの値におけるRAG設定の例

以下は、Helmチャートの値に含まれるRAG設定の一例です。

global:
  rag:
    # RAG ETL type, support: dify or Unstructured
    etlType: "Unstructured"
    keywordDataSourceType: "object_storage"
    # The maximum number of top-k value for RAG.
    topKMaxValue: 10
    # Configuration for document chunk length. It is used to control the size of text segments when processing long documents.
    indexingMaxSegmentationTokensLength: 4000
  ... ...

global.rag.etlType フィールドの選択肢

  • Unstructured: Unstructured.io によるファイル抽出ソリューション
  • dify: Difyのカスタムファイル抽出ソリューション