mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 03:17:57 +08:00
r2
This commit is contained in:
@ -667,6 +667,7 @@ class MailConfig(BaseSettings):
|
||||
class RagEtlConfig(BaseSettings):
|
||||
"""
|
||||
Configuration for RAG ETL processes
|
||||
"""
|
||||
|
||||
# TODO: This config is not only for rag etl, it is also for file upload, we should move it to file upload config
|
||||
ETL_TYPE: str = Field(
|
||||
|
||||
Reference in New Issue
Block a user