open-webui/backend/open_webui
Classic298 46f867cda6
fix: prevent save_docs_to_vector_db crash on empty result.ids (#20275)
Add check that result.ids exists and has length > 0 before accessing result.ids[0]. Prevents IndexError when query returns empty results.
2025-12-31 02:31:05 -05:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal refac/enh: db session sharing 2025-12-29 00:21:18 +04:00
migrations feat: chat_file table 2025-12-21 23:17:53 +04:00
models fix: prevent update_user_settings_by_id crash when user is None (#20278) 2025-12-31 02:30:31 -05:00
retrieval fix: retry Brave Search on HTTP 429 rate limit with 1s delay (#20255) 2025-12-30 17:37:44 +04:00
routers fix: prevent save_docs_to_vector_db crash on empty result.ids (#20275) 2025-12-31 02:31:05 -05:00
socket chore: format 2025-12-21 23:34:08 +04:00
static refac 2025-08-10 00:02:58 +04:00
storage chore/perf: Remove old SRC level log env vars with no impact (#20045) 2025-12-20 08:16:14 -05:00
test rm: outdated tests 2025-12-28 23:35:09 +04:00
utils fix: prevent invalidate_token crash when decode_token returns None (#20277) 2025-12-31 02:30:45 -05:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini fix: Alembic CLI commands from failing 2025-08-15 04:17:47 -04:00
config.py enh: ENABLE_MARKDOWN_HEADER_TEXT_SPLITTER 2025-12-30 19:31:59 +04:00
constants.py feat/enh: optional password validation 2025-11-20 17:44:49 -05:00
env.py enh: ENABLE_DB_MIGRATIONS 2025-12-23 10:14:54 +04:00
functions.py chore/perf: Remove old SRC level log env vars with no impact (#20045) 2025-12-20 08:16:14 -05:00
main.py enh: ENABLE_MARKDOWN_HEADER_TEXT_SPLITTER 2025-12-30 19:31:59 +04:00
tasks.py chore/perf: Remove old SRC level log env vars with no impact (#20045) 2025-12-20 08:16:14 -05:00