This commit is contained in:
jyong 2025-06-03 15:53:17 +08:00
parent b8f3b23b1a
commit 270edd43ab

View File

@ -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(