mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-01 03:17:20 -05:00
[GH-ISSUE #15657] feat: Add Configurable Pool Size and Max Overflow for Pgvector Database #17629
Reference in New Issue
Block a user
Originally created by @calebhansard on GitHub (Jul 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15657
Check Existing Issues
Problem Description
The current Open WebUI application database allows configuration of the PostgreSQL database pool size and max overflow for the application database. However, similar configuration options are not available for the pgvector database. This limits the ability to manage database connections and tune performance specifically for the pgvector database.
Desired Solution you'd like
Add support for configurable pool size and max overflow for the pgvector database. This would allow users to better manage database connections and potentially improve performance.
Alternatives Considered
No response
Additional Context
@tjbck commented on GitHub (Jul 12, 2025):
PR welcome!