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
Timothy Jaeryang Baek
b1d0f00d8c
refac/enh: db session sharing
2025-12-29 00:21:18 +04:00
Classic298
823b9a6dd9
chore/perf: Remove old SRC level log env vars with no impact ( #20045 )
...
* Update openai.py
* Update env.py
* Merge pull request open-webui#19030 from open-webui/dev (#119 )
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
---------
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-20 08:16:14 -05:00
Timothy Jaeryang Baek
ceae3d48e6
enh/refac: kb pagination
2025-12-10 23:19:19 -05:00
Timothy Jaeryang Baek
d098c57d4d
refac
2025-12-10 17:00:28 -05:00
Timothy Jaeryang Baek
693636d971
enh/refac: show read only kbs
2025-12-10 16:58:53 -05:00
Timothy Jaeryang Baek
c15201620d
refac: kb files
2025-12-10 15:48:27 -05:00
Timothy Jaeryang Baek
94a8439105
feat/enh: kb file pagination
2025-12-10 00:53:41 -05:00
Timothy Jaeryang Baek
d19023288e
feat/enh: kb files db migration
2025-12-02 10:53:32 -05:00
Timothy Jaeryang Baek
fb6b18faef
refac: knowledge file delete behaviour
2025-11-29 13:19:06 -05:00
Timothy Jaeryang Baek
28659f6af5
refac/fix: files batch/add endpoint
2025-11-27 04:35:12 -05:00
Classic298
0a687980ee
Update knowledge.py ( #19434 )
2025-11-24 15:22:23 -05:00
Timothy Jaeryang Baek
32cb9df3c4
refac/enh: knowledge ac backend validation
2025-09-09 18:08:31 +04:00
Timothy Jaeryang Baek
9aac148908
fix: knowledge update backend issue
2025-09-06 23:44:29 +04:00
Timothy Jaeryang Baek
22c4ef4fb0
enh: delete_file query param
2025-09-02 21:32:07 +04:00
Timothy Jaeryang Baek
e6da38464b
refac: ENABLE_ADMIN_WORKSPACE_CONTENT_ACCESS renamed to BYPASS_ADMIN_ACCESS_CONTROL
2025-08-21 13:08:22 +04:00
Timothy Jaeryang Baek
55ad48d1c3
feat: ENABLE_ADMIN_WORKSPACE_CONTENT_ACCESS
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com >
2025-08-06 01:44:52 +04:00
hwzhuhao
6f869ded43
feat:Add vector type and vector factory class for vector database integration
2025-05-14 21:30:50 +08:00
spammenotinoz
12fd7c8cb9
Update knowledge.py
...
Improve Error Handling ReIndexing Knowledge Database
2025-04-28 16:39:20 +10:00
Juan Calderon-Perez
19b3d88737
Add support for configuring FastAPI/AnyIO Thread Pool Size
2025-04-18 09:22:23 -04:00
Felipe Hernandez
88f97372d9
fix: Show content on upload file
2025-04-18 02:01:47 +02:00
Felipe Hernandez
0577dc2990
feat: Lazy load file content on click
2025-04-18 01:40:30 +02:00
Timothy Jaeryang Baek
91a455a284
chore: format
2025-04-12 16:35:11 -07:00
hurxxxx
4e545d432b
feat: add new admin func - reindex knowledge files
2025-04-08 00:44:10 +09:00
Timothy Jaeryang Baek
87a06a1976
fix: file delete from knowledge not working with bypass embedding
2025-03-20 17:46:11 -07:00
Yifang Deng
0e5d5ecb81
refactor: replace print statements with logging for better error tracking
2025-02-25 15:53:55 +01:00
Timothy Jaeryang Baek
e41a2682f5
chore: format
2025-02-05 00:07:45 -08:00
Timothy Jaeryang Baek
f6f8c08cb0
Merge pull request #9068 from df-cgdm/main
...
**feat** Add user related headers when calling an external embedding api
2025-02-05 00:05:44 -08:00
Timothy Jaeryang Baek
4abede9a2b
fix: uploaded file should not be deleted
2025-01-29 14:20:51 -08:00
Didier FOURNOUT
6ca295ec59
Add user related headers when calling an external embedding api
2025-01-29 10:55:52 +00:00
tarmst
751a61a364
Adding more checks for write access. Adding accessRoles to Model & Knowledge creation
2025-01-27 18:11:52 +00:00
Timothy Jaeryang Baek
bdc60e7850
chore: format backend
2025-01-19 11:59:07 -08:00
Timothy Jaeryang Baek
f6a54c96bc
Merge pull request #8470 from tarmst/add-read-write-toggle-to-access-control
...
feat: Add toggle to read/write perms on access control
2025-01-13 21:22:36 -08:00
Juanan Pereira
913e0d391b
fix: complete file cleanup when removing from Knowledge Base
2025-01-12 20:04:25 +01:00
tarmst
49eca68e28
Add toggle to read/write perms on access control
2025-01-10 18:44:50 +00:00
Juanan Pereira
de735b3c8c
fix format
2025-01-09 18:41:18 +01:00
Juanan Pereira
5b616dd34f
fix: Knowledge Base Detachment from Models
2025-01-09 16:47:12 +01:00
Gabriel Ecegi
46e57706c1
refac: formatting
2024-12-30 17:45:43 +01:00
Gabriel Ecegi
ba2964cb01
fix: missing parameter
2024-12-30 17:36:34 +01:00
Timothy Jaeryang Baek
76decdba2a
fix: delete file
2024-12-28 17:40:00 -08:00
Taylor Wilsdon
366158ff04
npm run format
2024-12-18 12:18:31 -05:00
Gabriel Ecegi
46f2f0fbdb
Merge branch 'dev' of https://github.com/open-webui/open-webui into dev
2024-12-16 07:34:06 +01:00
Timothy Jaeryang Baek
9a081c8593
refac
2024-12-12 22:32:28 -08:00
Timothy Jaeryang Baek
3bda1a8b88
wip
2024-12-11 18:36:59 -08:00
Timothy Jaeryang Baek
867c4bc0d0
wip: retrieval
2024-12-11 18:05:42 -08:00
Timothy Jaeryang Baek
d3d161f723
wip
2024-12-10 00:54:13 -08:00