Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/common/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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