|
|
|
@ -667,6 +667,7 @@ class MailConfig(BaseSettings):
|
|
|
|
class RagEtlConfig(BaseSettings):
|
|
|
|
class RagEtlConfig(BaseSettings):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
Configuration for RAG ETL processes
|
|
|
|
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
|
|
|
|
# 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(
|
|
|
|
ETL_TYPE: str = Field(
|
|
|
|
|