diff --git a/backend/common/core/config.py b/backend/common/core/config.py index df1bf6f4e..64ff9242f 100644 --- a/backend/common/core/config.py +++ b/backend/common/core/config.py @@ -101,7 +101,7 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str: PG_POOL_RECYCLE: int = 3600 PG_POOL_PRE_PING: bool = True - TABLE_EMBEDDING_COUNT: int = 30 + TABLE_EMBEDDING_COUNT: int = 10 settings = Settings() # type: ignore