Timothy Jaeryang Baek
e55bf2c2ac
refac
2026-01-03 18:47:12 +04:00
Timothy Jaeryang Baek
bd07ef87ab
refac
2026-01-03 18:43:12 +04:00
G30
8712446cc1
fix: resolve undefined knowledge base name in file reference tooltip ( #20333 )
2026-01-03 18:13:19 +04:00
G30
bf42535d12
feat: add support for passing 'steps' in image generation requests ( #20337 )
2026-01-03 18:11:13 +04:00
Timothy Jaeryang Baek
e4a5b06ca6
enh: embedding_batch_size for local embedding engine
2026-01-01 16:06:42 +04:00
Timothy Jaeryang Baek
d3ee3fd23e
refac
2026-01-01 14:10:11 +04:00
Timothy Jaeryang Baek
89565c58c6
refac/fix: oauth discovery urls
...
Co-Authored-By: jamie-dit <80016430+jamie-dit@users.noreply.github.com >
2026-01-01 14:01:18 +04:00
Timothy Jaeryang Baek
c144122f60
refac/fix: reply to message recursion issue
2026-01-01 03:10:09 +04:00
Timothy Jaeryang Baek
a1036e544d
enh: folder_max_file_count
2026-01-01 02:51:35 +04:00
Timothy Jaeryang Baek
4eadf84e1f
refac
2026-01-01 02:23:42 +04:00
Timothy Jaeryang Baek
f7f8a263b9
feat: JINA_API_BASE_URL
2026-01-01 02:17:47 +04:00
Jan Kessler
6c7f966f2a
properly handle async-generator Redis methods in SentinelRedisProx to fix changed YDocManager's remove_user_from_all_documents ( #20145 )
2025-12-31 17:15:24 -05:00
Timothy Jaeryang Baek
89ad1c68d1
enh: FIRECRAWL_TIMEOUT
2026-01-01 02:07:22 +04:00
Timothy Jaeryang Baek
fdae5644e3
refac
2026-01-01 01:51:37 +04:00
Timothy Jaeryang Baek
bf2b296239
fix: oauth server_metadata_url issue
...
Co-Authored-By: Shamray Alexander <843002+imsamurai@users.noreply.github.com >
2026-01-01 01:37:38 +04:00
Timothy Jaeryang Baek
dfc5dad631
enh: REQUESTS_VERIFY
2026-01-01 01:27:07 +04:00
Classic298
431632d530
fix: normalize local CrossEncoder reranking scores for relevance threshold ( #20228 )
...
* Update utils.py
* Update retrieval.py
* Update utils.py
* Update retrieval.py
* add env var
* rename to SENTENCE_TRANSFORMERS_CROSS_ENCODER_SIGMOID_ACTIVATION_FUNCTION
2025-12-31 15:48:31 -05:00
Timothy Jaeryang Baek
71ca25c8ac
refac
2025-12-31 20:23:32 +04:00
Classic298
9195d7aeb0
fix: prevent delete_chat_by_id crash when chat is None ( #20270 )
...
Add null check after Chats.get_chat_by_id() in both admin and user code paths. When chat doesn't exist, now raises HTTP 404 instead of crashing with AttributeError when accessing chat.meta.
2025-12-31 17:39:33 +04:00
Classic298
f4670b3add
fix: prevent get_user_ids_from_room crash on missing session ( #20271 )
...
Add null check in list comprehension before accessing session['id']. When a session_id exists in the room but has been removed from SESSION_POOL, the function now skips it instead of crashing with TypeError.
2025-12-31 17:39:22 +04:00
Classic298
048692c068
fix: prevent insert_shared_chat_by_chat_id crash when chat is None ( #20273 )
...
Add null check after db.get(Chat, chat_id) before accessing chat.share_id. Returns None instead of crashing with AttributeError when chat doesn't exist.
2025-12-31 17:38:57 +04:00
Classic298
b91e8b73ab
fix: properly raise exceptions instead of returning them in chat.py ( #20276 )
...
Change 'return Exception(...)' to 'raise Exception(...)' in chat_completed() and chat_action() functions. Returning an exception object instead of raising it causes errors to be silently swallowed, breaking error propagation.
2025-12-31 17:38:47 +04:00
Classic298
201c38a08a
fix: prevent delete_entries_from_collection crash when file is None ( #20274 )
...
Add null check after Files.get_file_by_id() before accessing file.hash. Raises HTTP 404 instead of crashing with AttributeError when file doesn't exist.
2025-12-31 02:31:26 -05:00
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
Classic298
6d087202ad
fix: prevent invalidate_token crash when decode_token returns None ( #20277 )
...
Add null check after decode_token() before calling decoded.get(). Invalid/expired tokens now gracefully exit instead of crashing with AttributeError.
2025-12-31 02:30:45 -05:00
Classic298
07cbc52c9a
fix: prevent update_user_settings_by_id crash when user is None ( #20278 )
...
Get user first and check for None before accessing .settings attribute. Returns None gracefully instead of crashing with AttributeError.
2025-12-31 02:30:31 -05:00
Classic298
2c0ebbcced
fix: prevent null crashes in users and notes routers ( #20279 )
...
Add null checks for ui settings in update_user_settings_by_session_user() and for user in get_notes(). Prevents AttributeError when ui dict is None or when note's user has been deleted.
2025-12-31 02:30:14 -05:00
Classic298
a2e9263af0
fix: add explicit HTTPException for access control failures ( #20280 )
...
Fix implicit None returns in get_model_by_id, get_knowledge_by_id, get_tools_by_id, and get_prompt_by_command. Now properly returns 401 for access denied and 404 for not found instead of silently returning None.
2025-12-31 02:28:59 -05:00
Tim Baek
6351077958
refac
2025-12-31 02:27:55 -05:00
Timothy Jaeryang Baek
fe84afd09a
enh: delta annotations support
2025-12-30 20:05:31 +04:00
Timothy Jaeryang Baek
08bf4670ec
refac
2025-12-30 19:38:45 +04:00
Timothy Jaeryang Baek
18a33a079b
refac
2025-12-30 19:33:30 +04:00
Timothy Jaeryang Baek
d3a682759f
enh: ENABLE_MARKDOWN_HEADER_TEXT_SPLITTER
2025-12-30 19:31:59 +04:00
Timothy Jaeryang Baek
61e25dc2dc
refac
2025-12-30 18:28:57 +04:00
Classic298
464846d4a3
fix: retry Brave Search on HTTP 429 rate limit with 1s delay ( #20255 )
...
* Update brave.py
* Update brave.py
2025-12-30 17:37:44 +04:00
Classic298
4750a7cab0
feat: expose ADMIN_EMAIL setting in Admin Panel ( #20260 )
2025-12-30 17:28:25 +04:00
Timothy Jaeryang Baek
aaea9a5956
refac/fix: comfyui filter output node type
...
Co-Authored-By: Paul <239564541+mirrordna-reflection-protocol@users.noreply.github.com >
2025-12-30 12:24:48 +04:00
Classic298
c02451178c
init ( #20212 )
2025-12-30 12:15:31 +04:00
Timothy Jaeryang Baek
fe3047d53c
refac
2025-12-29 02:05:55 +04:00
Timothy Jaeryang Baek
5649a668fa
refac
2025-12-29 01:42:13 +04:00
Timothy Jaeryang Baek
2453b75ff0
refac
2025-12-29 01:31:27 +04:00
Timothy Jaeryang Baek
5d1459df16
refac
2025-12-29 01:20:04 +04:00
Timothy Jaeryang Baek
88dbc14abc
refac
2025-12-29 00:55:53 +04:00
Timothy Jaeryang Baek
26af1f92e2
enh: WHISPER_COMPUTE_TYPE env var
2025-12-29 00:41:47 +04:00
Timothy Jaeryang Baek
475dd91ed7
refac
2025-12-29 00:39:43 +04:00
Timothy Jaeryang Baek
b1d0f00d8c
refac/enh: db session sharing
2025-12-29 00:21:18 +04:00
Timothy Jaeryang Baek
6dd0f99b90
rm: outdated tests
2025-12-28 23:35:09 +04:00
Timothy Jaeryang Baek
eb4b085b86
refac
2025-12-28 23:23:56 +04:00
Timothy Jaeryang Baek
c79fb7db74
refac
2025-12-28 22:40:28 +04:00
Timothy Jaeryang Baek
145c7516f2
refac
2025-12-28 22:26:35 +04:00