We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc1558 commit 3dc4b8eCopy full SHA for 3dc4b8e
backend/common/core/config.py
@@ -105,7 +105,7 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str:
105
PG_POOL_RECYCLE: int = 3600
106
PG_POOL_PRE_PING: bool = True
107
108
- TABLE_EMBEDDING_ENABLED = False
+ TABLE_EMBEDDING_ENABLED: bool = False
109
TABLE_EMBEDDING_COUNT: int = 10
110
111
0 commit comments