add: trial api and trial table

This commit is contained in:
Yansong Zhang
2025-09-22 10:44:08 +08:00
parent 4f4e94f753
commit e59cc3311d
13 changed files with 792 additions and 3 deletions

View File

@ -801,6 +801,16 @@ class MailConfig(BaseSettings):
default=None,
)
ENABLE_TRIAL_APP: bool = Field(
description="Enable trial app",
default=False,
)
ENABLE_EXPLORE_BANNER: bool = Field(
description="Enable explore banner",
default=False,
)
class RagEtlConfig(BaseSettings):
"""