open-webui/backend/open_webui
Tim Jaeryang Baek 17ca02aa6b
Merge pull request #16417 from Ithanil/prevent_idle_transactions
fix: Prevent idle transactions with PGvector DB
2025-08-09 23:51:51 +04:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal refac 2025-06-21 19:12:43 +04:00
migrations feat: migrate folder table 2025-07-13 00:51:58 +04:00
models feat: add pinned, shared and archived tags functionality for chat search moda 2025-08-06 20:55:58 +04:00
retrieval use .rollback() after read-only transaction on pgvector to avoid infinitely idle transactions (and errors in certain scenarios) 2025-08-09 20:09:45 +02:00
routers refac 2025-08-09 21:34:47 +04:00
socket enh/refac: redis cluster support 2025-08-04 14:15:08 +04:00
static doc: changelog 2025-06-16 18:27:18 +04:00
storage Fix S3 allowed characters in Tags. 2025-05-23 11:09:40 +02:00
test chore: format, lint 2025-07-16 15:23:18 +09:00
utils enh: CHAT_RESPONSE_STREAM_DELTA_CHUNK_SIZE 2025-08-09 23:49:56 +04:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini dev5 2024-09-04 17:33:39 +02:00
config.py enh: oauth_sub_claim 2025-08-09 00:46:14 +04:00
constants.py feat: follow ups 2025-06-03 18:07:29 +04:00
env.py enh: CHAT_RESPONSE_STREAM_DELTA_CHUNK_SIZE 2025-08-09 23:49:56 +04:00
functions.py refac: reserved __user__ param format 2025-06-04 15:53:07 +04:00
main.py feat: stream delta chunk 2025-08-09 23:43:27 +04:00
tasks.py implement redis_key_prefix env support in all areas invoking redis to allow for clustermode compatibility with new docs function 2025-07-22 13:40:29 -04:00