Skip to content

Commit 3dc4b8e

Browse files
xcrzhXiaJunjie2020
authored andcommitted
fix: add type annotation for TABLE_EMBEDDING_ENABLED
1 parent 8cc1558 commit 3dc4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/common/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str:
105105
PG_POOL_RECYCLE: int = 3600
106106
PG_POOL_PRE_PING: bool = True
107107

108-
TABLE_EMBEDDING_ENABLED = False
108+
TABLE_EMBEDDING_ENABLED: bool = False
109109
TABLE_EMBEDDING_COUNT: int = 10
110110

111111

0 commit comments

Comments
 (0)