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 82fbf7f commit 7537fb2Copy full SHA for 7537fb2
backend/common/core/config.py
@@ -101,7 +101,7 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str:
101
PG_POOL_RECYCLE: int = 3600
102
PG_POOL_PRE_PING: bool = True
103
104
- TABLE_EMBEDDING_COUNT: int = 30
+ TABLE_EMBEDDING_COUNT: int = 10
105
106
107
settings = Settings() # type: ignore
0 commit comments