We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76f875 commit 818a93fCopy full SHA for 818a93f
1 file changed
backend/common/core/config.py
@@ -105,6 +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: bool = False
109
TABLE_EMBEDDING_COUNT: int = 10
110
111
0 commit comments