Timothy Jaeryang Baek
08ad4ee018
enh: check for reasoning tags
2025-01-29 14:59:23 -08:00
Timothy Jaeryang Baek
5420c165c6
refac: title generation
2025-01-29 14:40:36 -08:00
Timothy Jaeryang Baek
4abede9a2b
fix: uploaded file should not be deleted
2025-01-29 14:20:51 -08:00
Timothy Jaeryang Baek
40a4443949
Merge pull request #9082 from Alex1607/main
...
FIX max_tokens not being set properly
2025-01-29 11:48:05 -08:00
Timothy Jaeryang Baek
84c700b92c
Merge pull request #9059 from jrespeto/jrespeto-patch-1
...
fix: Update ollama.py - Missing await in coroutine
2025-01-29 11:39:42 -08:00
Alexander
c2e742afe1
Fix max_tokens not being set properly
2025-01-29 19:28:09 +01:00
Jonathan Respeto
a32782e527
fix: Update openai.py
...
need to await get_filtered_models
2025-01-29 08:47:54 -05:00
Didier FOURNOUT
6ca295ec59
Add user related headers when calling an external embedding api
2025-01-29 10:55:52 +00:00
Rory
4e8b390682
Add RAG_WEB_LOADER + Playwright mode + improve stability of search
2025-01-28 23:03:15 -06:00
Jonathan Respeto
b4be58f6b6
Update ollama.py
...
Missing await in coroutine
causing 500 errors on /ollama/api/tags since v0.5.0
2025-01-28 18:27:41 -05:00
Timothy Jaeryang Baek
c5b5303a55
Merge pull request #9031 from bunnerz-king/main
...
LDAP auth, return user permissions in response
2025-01-28 14:50:04 -08:00
Timothy Jaeryang Baek
c021aba094
enh: chat "clone" i18n
2025-01-28 12:49:06 -08:00
Andrew King
a1b5c18ef7
ldap pass user permissions into response
2025-01-28 09:51:21 -05:00
Orion
95f4d99e3b
Update misc.py
...
Include empty delta object on openai_chat_chunk_message_template per OpenAI API documentation.
https://platform.openai.com/docs/api-reference/chat/streaming#chat/streaming
2025-01-28 09:53:22 +10:00
Timothy Jaeryang Baek
ec62104211
Merge pull request #8978 from antpyykk-kone/feature/separate-auth-cookie-config
...
fix: Separate cookie configuration between session & auth cookies to prevent oauth flow from breaking
2025-01-27 10:32:13 -08:00
tarmst
751a61a364
Adding more checks for write access. Adding accessRoles to Model & Knowledge creation
2025-01-27 18:11:52 +00:00
Kangyun Wang
564c0fed95
Fallback using email
...
- Use Email ass fallback for missing "name" field
- "email" because the email scope is required unlike the profile scope
2025-01-27 13:11:20 +01:00
Kevin Wang
9eaf01c323
Merge branch 'open-webui:main' into fix/oidc-500-error-name-field
2025-01-27 13:10:08 +01:00
Timothy Jaeryang Baek
ceaefd8053
refac
2025-01-23 13:45:45 -08:00
Timothy Jaeryang Baek
45f88b80ad
refac: think status
2025-01-23 12:53:17 -08:00
Timothy Jaeryang Baek
ba81b47800
refac
2025-01-23 12:06:25 -08:00
Timothy Jaeryang Baek
bb45d35a36
fix: ollama prefix id
2025-01-23 11:04:50 -08:00
Timothy Jaeryang Baek
dd6de749d5
fix: model update access
2025-01-23 10:40:49 -08:00
Timothy Jaeryang Baek
8fc5532e2f
fix: tools valves access
2025-01-23 10:37:44 -08:00
Antti Pyykkönen
412923dc91
feat: separate cookie settings between session & auth cookies
...
Introducing two new env config options to control cookies settings regarding
authentication. These values are taken into use when setting 'token' and 'oauth_id_token'.
To maintain backwards compatibility, the original session cookie values are used as
fallback.
Separation is done to prevent issues with the session cookie. When the config value was
set as 'strict', the oauth flow was broken (since the session cookie was not provided
after the callback).
Providing a separate config for auth & session cookies allows us to keep the 'strict'
settings for auth related cookies, while also allowing the session cookie to behave as
intended (e.g., by configuring it as 'lax').
The original config was added in commit #af4f8aa. However a later commit #a2e889c reused
this config option for other type of cookies, which was not the original intent.
2025-01-23 16:16:50 +02:00
Timothy Jaeryang Baek
4a2792b4da
fix: model ids not being applied
2025-01-22 19:00:46 -08:00
Timothy Jaeryang Baek
14e650077a
refac
2025-01-22 12:49:29 -08:00
Timothy Jaeryang Baek
f4b5039adf
enh: new ollama create model method
2025-01-22 12:36:18 -08:00
Timothy Jaeryang Baek
aaf97b85dc
enh: reasoning_effort param support for openai
2025-01-22 12:07:04 -08:00
Timothy Jaeryang Baek
c6660f1d7c
refac: favicon
2025-01-22 11:27:03 -08:00
Timothy Jaeryang Baek
195e632ed4
chore: logo
2025-01-22 11:19:42 -08:00
Timothy Jaeryang Baek
b7f743d24c
refac: favicon styling
2025-01-22 11:11:12 -08:00
Timothy Jaeryang Baek
9feed97f22
refac: think tag
2025-01-22 09:24:40 -08:00
Timothy Jaeryang Baek
10ffbca34b
refac: more reasoning tags support
2025-01-22 00:56:55 -08:00
Timothy Jaeryang Baek
d42f811a8d
refac: think tag
2025-01-22 00:49:41 -08:00
Timothy Jaeryang Baek
039d685547
refac
2025-01-22 00:32:09 -08:00
Timothy Jaeryang Baek
2777d3ec49
refac: think tag styling
2025-01-22 00:23:47 -08:00
Timothy Jaeryang Baek
c9dc7299c5
enh: <think> tag support
2025-01-22 00:13:24 -08:00
Timothy Jaeryang Baek
8d3c73aed5
chore: format backend
2025-01-21 19:33:33 -08:00
Timothy Jaeryang Baek
80e004c31f
Merge pull request #8637 from kahghi/add-gcs-storage-provider
...
feat:add GCSStorageProvider
2025-01-21 18:14:22 -08:00
Rodrigo Agundez
bdc6082221
Move patchin of S3 obects inside the init
2025-01-21 17:21:54 +08:00
kahghi
a93124cafb
tidied up test fixture for gcp storage emulator
2025-01-21 17:19:56 +08:00
kahghi
4aa9b8d5e7
removed unused pytest-env and imports
2025-01-21 15:38:41 +08:00
Timothy Jaeryang Baek
45f4bc18f8
refac: access controls
2025-01-20 23:20:47 -08:00
Timothy Jaeryang Baek
aa442f694b
enh: validate user id before saving group
2025-01-20 23:09:55 -08:00
Timothy Jaeryang Baek
31ed1fcdb8
fix: tools permissions
2025-01-20 22:57:40 -08:00
Timothy Jaeryang Baek
7a70fd1312
fix: bing search
2025-01-20 22:52:19 -08:00
kahghi
b1887fef1b
added suggestions
2025-01-21 14:47:56 +08:00
kahghi
55cc127b03
gcs tests pass, updated get_file and delete_file to retrieve blob instead of instantiating blob
2025-01-21 12:53:49 +08:00
kahghi
4b56c15a3f
test_upload_file working, added gcp-storage-emulator, updated gcs client instantiation
2025-01-20 22:35:43 +08:00
kahghi
44574c434d
removed unnecessary GCS_PROJECT_ID variable
2025-01-20 15:27:55 +08:00
Timothy Jaeryang Baek
bdc60e7850
chore: format backend
2025-01-19 11:59:07 -08:00
kahghi
49f31ddcd8
added alternative storage client instantiation method, corrected filepaths, added missing type hinting
2025-01-19 22:42:29 +08:00
Timothy Jaeryang Baek
71ab8b9c93
enh: allow connections with duplicate urls
2025-01-18 17:22:29 -08:00
Timothy Jaeryang Baek
ca0285fc91
refac: connections handling
2025-01-18 17:10:15 -08:00
Jason Kidd
c5b67ea430
fix: Remove unnecessary decode statement
...
Since we create our Redis instance with , we don't
need to worry about decoding this value here. Plus this doesn't work
in python3 anyway
2025-01-17 13:43:56 -08:00
Timothy Jaeryang Baek
217e3a13c8
feat: Add ability to change permissions on group creation API
2025-01-17 12:03:24 -08:00
kahghi
1764de41f3
updated to use credentials json, tested with local built image and upload to gcs works
2025-01-17 21:53:41 +08:00
kahghi
8efc543f49
added google-cloud-storage package, added gcs related functions
2025-01-17 16:16:25 +08:00
Tryanks
e7971b5840
enh: add github oauth2 provider support
2025-01-17 13:22:35 +08:00
Tryanks
f3e6dacf0d
refac: Extend OIDC support to all OAuth authentication methods
2025-01-17 12:56:03 +08:00
kahghi
42b7beb8a7
add GCSStorageProvider
2025-01-17 09:39:59 +08:00
Timothy Jaeryang Baek
7cf4c9c89c
refac: comfyui
2025-01-16 11:17:37 -08:00
Timothy Jaeryang Baek
5526c43853
Merge pull request #8620 from Tryanks/dev
...
fix: incorrectly indexing the key userinfo in the token.
2025-01-16 11:12:41 -08:00
Timothy Jaeryang Baek
eb17cf6915
Merge pull request #8608 from rragundez/hotfix-get-picture
...
Hotfix get picture
2025-01-16 11:12:18 -08:00
Timothy Jaeryang Baek
4645943066
refac: file handler
2025-01-16 11:11:23 -08:00
Tryanks
4b6700a4b2
fixed: incorrectly indexing the key userinfo in the token.
2025-01-17 00:33:20 +08:00
Rodrigo Agundez
91df1c56b2
Add headers
2025-01-16 19:32:35 +08:00
Timothy Jaeryang Baek
0425621494
refac
2025-01-16 00:13:02 -08:00
Timothy Jaeryang Baek
0360aa5520
enh: image prompt enhancer
2025-01-16 00:06:37 -08:00
Timothy Jaeryang Baek
a10302d909
enh: image generation toggle
2025-01-15 23:32:13 -08:00
Timothy Jaeryang Baek
56f57928c2
enh/refac: permissions
2025-01-15 23:01:43 -08:00
Rodrigo Agundez
021c1f3900
Add test for S3 using moto
2025-01-16 12:37:44 +08:00
Rodrigo Agundez
357e7dd20f
Add tests for local provider
2025-01-16 11:13:10 +08:00
Rodrigo Agundez
3aa28de5f1
Add test classes for the providers
2025-01-16 08:31:59 +08:00
Rodrigo Agundez
535e59af8d
Start testing files for provider
2025-01-16 08:10:17 +08:00
Rodrigo Agundez
dd16c3d5c1
add function to retrieve the storage provider so it can be easily tested
2025-01-16 08:09:56 +08:00
Rodrigo Agundez
0129255478
Set default storage provider to local
2025-01-16 08:01:26 +08:00
Rodrigo Agundez
a3f737c0c6
Split the storage providers into separate classes in preparation for other storage providers like GCS
2025-01-16 07:50:12 +08:00
Timothy Jaeryang Baek
372658be6d
Merge pull request #8547 from juananpe/file-deletion
...
fix: File deletion doesn't properly clean up database entries
2025-01-15 10:11:29 -08:00
Timothy Jaeryang Baek
d1bde9f348
Merge pull request #8562 from NYU-ITS/milvus_custom_db
...
[feat] Milvus: add new config var, MILVUS_DB
2025-01-15 10:10:10 -08:00
Timothy Jaeryang Baek
b797112322
Merge pull request #8565 from mykola-mmm/fix/show_user_chats_from_folders
...
Fix: updated get_chat_list_by_user_id method to return all user cha…
2025-01-15 10:09:43 -08:00
Timothy Jaeryang Baek
3328e2ea97
Merge pull request #8566 from rragundez/ms-auth-picture
...
Add functionality to retrive picture for microsoft oauth
2025-01-15 10:02:28 -08:00
Rodrigo Agundez
32f121f019
Add functionality to retrive picture for microsoft oauth
2025-01-15 09:18:16 +08:00
Rodrigo Agundez
c8be0b20cc
Add functionality to retrive picture for microsoft oauth
2025-01-15 09:17:22 +08:00
mykola
b1568878e7
Fixed: updated get_chat_list_by_user_id method to return all user chats (including those moved to the folders)
2025-01-14 23:15:56 +00:00
Sajid Ali
7a95df008e
Milvus: add new config var, MILVUS_DB
...
modified: backend/open_webui/config.py
modified: backend/open_webui/retrieval/vector/dbs/milvus.py
2025-01-14 15:48:15 -05:00
Juanan Pereira
f477f4f790
fix: fixess issue #7181
2025-01-14 09:32:04 +01: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
Timothy Jaeryang Baek
d83acb2f03
Merge pull request #8510 from MadsLang/main
...
Add DATABASE_SCHEMA as env var
2025-01-13 13:16:06 -08:00
Timothy Jaeryang Baek
ad93341b74
refac
2025-01-13 00:34:15 -08:00
MadsLang
d4a26f8031
Merge branch 'open-webui:main' into main
2025-01-13 08:28:13 +01:00
Timothy Jaeryang Baek
42e8d8ce49
Merge pull request #8447 from steelcg/dev
...
feat: add LDAP_ATTRIBUTE_FOR_MAIL to env-configuration
2025-01-12 18:15:28 -08:00
Juanan Pereira
913e0d391b
fix: complete file cleanup when removing from Knowledge Base
2025-01-12 20:04:25 +01:00
Kangyun Wang
1ad9be9c07
Check OAuth name type with fallback
2025-01-12 12:21:53 +01:00
Timothy Jaeryang Baek
b1bcca90b5
refac
2025-01-11 20:23:26 -08:00
Timothy Jaeryang Baek
5d3f778b2a
fix: openai proxy endpoints
2025-01-11 16:56:25 -08:00
Timothy Jaeryang Baek
21abe43f3b
refac
2025-01-10 16:27:37 -08:00
tarmst
49eca68e28
Add toggle to read/write perms on access control
2025-01-10 18:44:50 +00:00
Li, Steel
ab6dffffd0
feat: add LDAP_ATTRIBUTE_FOR_MAIL to env-configuration
2025-01-10 08:53:03 +08: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
Timothy Jaeryang Baek
942fd384de
refac: chroma
2025-01-08 13:18:14 -08:00
Timothy Jaeryang Baek
6c4b2b0a8e
Merge pull request #8407 from LuisMalhadas/no_line_break_pdf( #8405 )
...
fix: solves the lack of line breaks in chat download as pdf #8405
2025-01-08 11:34:32 -08:00
Luis Malhadas
882d8f4ce1
solves the lack of line breaks in chat download as pdf #8405
2025-01-08 16:49:53 +01:00
Timothy Jaeryang Baek
987664f9b5
fix
...
Co-Authored-By: Izhar Firdaus <480984+kagesenshi@users.noreply.github.com>
2025-01-08 00:57:52 -08:00
Timothy Jaeryang Baek
b3c7ecaea1
fix: oauth webhook
...
Co-Authored-By: Izhar Firdaus <480984+kagesenshi@users.noreply.github.com>
2025-01-08 00:38:00 -08:00
Timothy Jaeryang Baek
c79b975ad0
refac: chroma
2025-01-08 00:21:50 -08:00
Timothy Jaeryang Baek
0e7c3d4eb8
Merge pull request #8379 from qiaozhi199/main
...
Fix the issue of inaccurate answers after enabling RAG query generation
2025-01-07 23:53:31 -08:00
Timothy Jaeryang Baek
70914d2764
Merge pull request #8376 from steelcg/dev
...
perf: use ldap3.NONE for parameter get_info in ldap_auth function to accelerate login
2025-01-07 23:50:11 -08:00
Jason Kidd
b3a52be401
fix: Pgvector vector column size check was failing on initialization of database
2025-01-07 09:15:13 -08:00
zhiguo.qiao
91f22a8a8d
Return the top k results with the highest similarity.
2025-01-07 17:41:30 +08:00
Li, Steel
82ff6c371b
use ldap3.NONE for parameter get_info in ldap_auth function to accelerate login
2025-01-07 14:13:18 +08:00
Timothy Jaeryang Baek
0c5bb6df80
Merge pull request #8371 from tarmst/fix-admins-added-to-groups-from-oauth-group-mgmt
...
fix: Fix admins added to groups from oauth group management
2025-01-06 10:30:08 -08:00
tarmst
8117bf8603
Add admin check
2025-01-06 18:23:42 +00:00
Timothy Jaeryang Baek
a0e63b08c3
fix: searchapi engine not showing
2025-01-06 10:10:25 -08:00
Timothy Jaeryang Baek
960683eced
fix: torch mps not working
...
Co-Authored-By: Rich Tong <1782087+richtong@users.noreply.github.com>
2025-01-06 10:08:12 -08:00
Timothy Jaeryang Baek
3886c82ed0
Merge pull request #8286 from srajangarg/sg
...
feat: functionality to clone shared chats
2025-01-05 00:45:55 -08:00
Timothy Jaeryang Baek
fe59b7f39c
refac
2025-01-05 00:44:38 -08:00
Timothy Jaeryang Baek
a4132322d9
refac
2025-01-05 00:28:36 -08:00
Timothy Jaeryang Baek
d477f73c7e
enh: torch mps support
2025-01-05 00:27:44 -08:00
Timothy Jaeryang Baek
f3a4d61f81
fix: actions
2025-01-03 21:31:24 -08:00
Timothy Jaeryang Baek
99c3194181
fix: API_KEY_ALLOWED_ENDPOINTS
2025-01-03 13:08:21 -08:00
Timothy Jaeryang Baek
0e805e7dc4
Merge pull request #8298 from jk-f5/feat/pg_vector_size
...
feat: Allow setting the initial vector length on pgvector document_chunk table
2025-01-03 13:03:53 -08:00
Yaroslav Halchenko
8f1953e667
[DATALAD RUNCMD] run codespell throughout fixing few left typos automagically
...
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
2025-01-03 15:07:21 -05:00
Jason Kidd
70b74b5217
feat: Allow setting the initial vector length on pgvector document_chunk table
2025-01-03 09:18:59 -08:00
Srajan Garg
2444327a47
add functionality to clone shared chats
2025-01-03 00:08:49 -05:00
Timothy Jaeryang Baek
b2b56d14cb
fix: channel thread
2025-01-02 20:48:50 -08:00
Timothy Jaeryang Baek
87ba39df57
fix: moa
2025-01-02 14:32:25 -08:00
Timothy Jaeryang Baek
fab82b51de
fix: generate_queries
2025-01-01 20:13:28 -08:00
Timothy Jaeryang Baek
44716a4cb2
refac: disable ENABLE_REALTIME_CHAT_SAVE by default
2025-01-01 20:12:42 -08:00
Albin Varghese
c561eb7bbd
fix: raise exceptions properly in process_chat_payload
2025-01-01 17:15:06 +05:30
Timothy Jaeryang Baek
ffdb45cc4b
refac
2024-12-31 13:39:03 -08:00
Timothy Jaeryang Baek
a5627d4226
refac
2024-12-31 13:09:17 -08:00
Timothy Jaeryang Baek
d905202afb
refac
2024-12-31 13:04:27 -08:00
Timothy Jaeryang Baek
16a48ef4eb
fix
2024-12-31 02:06:55 -08:00
Timothy Jaeryang Baek
841f74894e
refac
2024-12-31 02:06:19 -08:00
Timothy Jaeryang Baek
9c337552e6
enh: reply count
2024-12-31 02:05:11 -08:00
Timothy Jaeryang Baek
584e9e6da5
refac: threads
2024-12-31 00:51:43 -08:00
Timothy Jaeryang Baek
371201d820
refac
2024-12-30 23:12:50 -08:00
Timothy Jaeryang Baek
f93c2e4a8d
feat: reactions
2024-12-30 23:06:34 -08:00
Timothy Jaeryang Baek
fd0170c179
revert
2024-12-30 16:55:29 -08:00
Timothy Jaeryang Baek
9b56b64cfa
Merge pull request #8212 from ashm-dev/main
...
feat: Small optimization
2024-12-30 16:00:18 -08:00
Timothy Jaeryang Baek
887627fa34
Merge pull request #8217 from gabriel-ecegi/batch_fix
...
fix: Add missing request parameter to knowledge and retrieval routes
2024-12-30 15:58:10 -08:00
Timothy Jaeryang Baek
46bcf98ef2
fix: usage stats
2024-12-30 15:52:07 -08:00
Timothy Jaeryang Baek
947f5600d6
refac
2024-12-30 15:39:35 -08:00
Timothy Jaeryang Baek
79ce6e0a3f
refac
2024-12-30 11:29:18 -08: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
shamil
a0aee4ff28
feat: Small optimization
2024-12-30 13:45:20 +03:00
Timothy Jaeryang Baek
79d7e67e51
fix: ollama options
2024-12-29 16:30:36 -08:00
Timothy Jaeryang Baek
a14dee87e8
Merge pull request #8184 from vishwamartur/fix-offline-docker
...
Fix offline docker container startup issue
2024-12-28 22:26:38 -08:00
Vishwanath Martur
00e6ffe83c
Fix offline docker container startup issue
...
Related to #7207
Modify the code to allow the docker container to start in an offline environment for versions >= 0.4.0.
* **backend/open_webui/retrieval/utils.py**
- Import `OFFLINE_MODE` from `open_webui.env`.
- Set `local_files_only` to `True` when `OFFLINE_MODE` is enabled in `snapshot_kwargs`.
* **backend/open_webui/env.py**
- Add logic to set `HF_HUB_OFFLINE` environment variable to `1` when `OFFLINE_MODE` is enabled.
* **README.md**
- Document setting `HF_HUB_OFFLINE` environment variable to `1` for offline environments.
2024-12-29 11:53:09 +05:30
Timothy Jaeryang Baek
36d927e1ba
refac
2024-12-28 19:31:03 -08:00
Timothy Jaeryang Baek
54daf3b765
fix: outlet filter hook
2024-12-28 18:05:07 -08:00
Timothy Jaeryang Baek
76decdba2a
fix: delete file
2024-12-28 17:40:00 -08:00
Timothy Jaeryang Baek
e6e8978f78
refac
2024-12-28 16:42:43 -08:00
Timothy Jaeryang Baek
5a720a4a31
refac
2024-12-27 22:46:50 -08:00
Timothy Jaeryang Baek
d55884b50e
enh: ENABLE_REALTIME_CHAT_SAVE
2024-12-27 22:36:14 -08:00
Timothy Jaeryang Baek
99386bf680
fix: api key restrictions
2024-12-27 00:32:25 -08:00
Timothy Jaeryang Baek
cd9dae0f3a
refac
2024-12-26 23:51:30 -08:00
Timothy Jaeryang Baek
50534a0dcf
enh: user status indicator
2024-12-26 23:29:33 -08:00
Timothy Jaeryang Baek
6ff6d57507
enh: typing indicator
2024-12-26 21:51:09 -08:00
Timothy Jaeryang Baek
4f93ecf519
refac
2024-12-26 20:58:46 -08:00
Timothy Jaeryang Baek
1e974439d9
enh: configurable api key endpoint restrictions
2024-12-26 20:57:51 -08:00
Timothy Jaeryang Baek
611955bc91
refac
2024-12-26 20:38:27 -08:00
Timothy Jaeryang Baek
e3937ada38
fix: ollama usage
2024-12-26 20:35:14 -08:00
Timothy Jaeryang Baek
e25b082162
fix: pipelines outlet
2024-12-26 19:10:28 -08:00
Timothy Jaeryang Baek
1b7ee5dd2b
Merge pull request #8115 from taylorwilsdon/fix_drive_integration
...
Fix drive integration
2024-12-26 13:34:09 -08:00
Timothy Jaeryang Baek
8b6d03e430
fix: elevenlabs audio
2024-12-26 12:54:31 -08:00
Taylor Wilsdon
909c94e983
Fix Google Drive integration
2024-12-26 14:41:58 -05:00
Timothy Jaeryang Baek
3c74ce3653
fix: automatic1111 image generation
2024-12-25 23:34:54 -08:00
Timothy Jaeryang Baek
da7fa09053
fix: non-stream chat completion
2024-12-25 22:21:44 -08:00
Timothy Jaeryang Baek
23bf71022e
fix: title generation issue
2024-12-25 16:46:49 -07:00
Timothy Jaeryang Baek
70a108e54f
fix: get users
2024-12-25 13:39:04 -07:00
Timothy Jaeryang Baek
d3ba77837a
fix: get_automatic1111_api_auth
2024-12-25 13:26:13 -07:00
Timothy Jaeryang Baek
d7d08b40ed
fix: pip install not working
2024-12-25 11:36:40 -07:00
Timothy Jaeryang Baek
c4937cc144
enh: webui url
2024-12-25 09:50:57 -07:00
Timothy Jaeryang Baek
cd367534b7
refac
2024-12-25 02:32:47 -07:00
Timothy Jaeryang Baek
2e5c2bc4c2
refac
2024-12-25 00:57:39 -07:00
Timothy Jaeryang Baek
34cc472c48
refac
2024-12-25 00:53:50 -07:00
Timothy Jaeryang Baek
d701b69e05
enh: channel notification
2024-12-25 00:53:25 -07:00
Timothy Jaeryang Baek
0d7d6899b9
refac
2024-12-24 23:45:21 -07:00
Timothy Jaeryang Baek
a2366a20ba
refac: api key auth allowed paths
2024-12-24 23:32:34 -07:00
Timothy Jaeryang Baek
591aac5e16
chore: format
2024-12-24 22:44:21 -07:00
Timothy Jaeryang Baek
91429640ff
Merge pull request #8053 from Adhithya03/main
...
enh: add configurable log level for uvicorn server
2024-12-24 21:42:03 -08:00
Timothy Jaeryang Baek
688f11e1c5
refac
2024-12-24 21:17:24 -07:00
Timothy Jaeryang Baek
4b7f0c5be1
refac
2024-12-24 19:39:53 -07:00
Timothy Jaeryang Baek
cd86161f33
refac
2024-12-24 19:34:56 -07:00
Timothy Jaeryang Baek
e51722348a
refac
2024-12-24 19:27:17 -07:00
Timothy Jaeryang Baek
2d44cd4cda
enh: chat/channel notification toast
2024-12-24 18:25:59 -07:00
Timothy Jaeryang Baek
55da6224b8
enh: save status from the backend
2024-12-24 18:03:14 -07:00
Timothy Jaeryang Baek
95da0734b6
refac
2024-12-24 17:56:46 -07:00
Timothy Jaeryang Baek
6b25139d4f
refac: web search
2024-12-24 17:52:57 -07:00
Timothy Jaeryang Baek
a074991d3a
refac
2024-12-24 17:01:17 -07:00
Timothy Jaeryang Baek
a2e0fbc943
refac: collection query status
2024-12-24 16:49:32 -07:00
Adhithya
d52fc40038
format
2024-12-24 22:25:13 +05:30
Adhithya03
16da847342
enh: add configurable log level for uvicorn server
2024-12-24 22:18:31 +05:30
Timothy Jaeryang Baek
ecd3b4ebd4
enh: channel file upload
2024-12-23 14:43:58 -07:00
Timothy Jaeryang Baek
b4d7268bed
fix
2024-12-23 14:00:58 -07:00
Timothy Jaeryang Baek
582253fc68
refac
2024-12-23 01:37:13 -07:00
Timothy Jaeryang Baek
ed44b21a78
enh: edited indicator
2024-12-23 01:19:30 -07:00
Timothy Jaeryang Baek
83099a093d
enh: message edit
2024-12-23 00:53:45 -07:00
Timothy Jaeryang Baek
76c8602324
refac
2024-12-23 00:31:33 -07:00
Timothy Jaeryang Baek
4c756b5501
enh: channel delete
2024-12-22 23:15:29 -07:00
Timothy Jaeryang Baek
7ad8918cd9
enh: update channel
2024-12-22 23:09:51 -07:00
Timothy Jaeryang Baek
74cacf8bf5
enh: channel navbar
2024-12-22 22:33:13 -07:00
Timothy Jaeryang Baek
a4333295ce
refac
2024-12-22 22:20:24 -07:00
Timothy Jaeryang Baek
5748f6ef77
refac
2024-12-22 22:08:27 -07:00
Timothy Jaeryang Baek
c6dcac99ac
refac: db schema
2024-12-22 22:06:16 -07:00
Timothy Jaeryang Baek
f4e5e5171f
feat: channels backend
2024-12-22 21:50:14 -07:00
Timothy Jaeryang Baek
cb3e01de8a
enh: channels enable/disable option
2024-12-22 21:02:14 -07:00
Timothy Jaeryang Baek
0d29f31846
refacx
2024-12-22 20:28:15 -07:00
Timothy Jaeryang Baek
5e8f3048f9
refac
2024-12-22 19:47:40 -07:00
Timothy Jaeryang Baek
f1d21fc59a
feat: channel socket integration
2024-12-22 19:40:01 -07:00
Timothy Jaeryang Baek
2e85c8e24d
refac
2024-12-22 04:10:10 -07:00
Timothy Jaeryang Baek
7c8de9e221
feat: channels backend
2024-12-22 03:42:19 -07:00
Timothy Jaeryang Baek
24c3f7a664
fix: custom model
2024-12-21 16:29:48 -07:00
Timothy Jaeryang Baek
06a692282b
refac
2024-12-21 16:08:20 -07:00
Timothy Jaeryang Baek
556c75e876
refac
2024-12-21 09:59:12 -07:00
Timothy Jaeryang Baek
271acb2e67
refac
2024-12-21 09:45:52 -07:00
Timothy Jaeryang Baek
de2825bb89
refac
2024-12-20 23:09:40 -08:00
Timothy Jaeryang Baek
423fee347a
refac: discord webhook
2024-12-20 23:05:22 -08:00
Timothy Jaeryang Baek
2fd7bbc259
refac
2024-12-20 22:56:37 -08:00
Timothy Jaeryang Baek
50db2514dc
refac
2024-12-20 22:55:46 -08:00
Timothy Jaeryang Baek
4820ecc371
enh: webhook notification
2024-12-20 22:54:43 -08:00
Timothy Jaeryang Baek
cf0aca1487
fix
2024-12-20 18:37:25 -08:00
Timothy Jaeryang Baek
50f36a5262
refac: styling
2024-12-19 20:56:16 -08:00
Timothy Jaeryang Baek
ef5a5be60d
fix
2024-12-19 20:16:24 -08:00
Timothy Jaeryang Baek
38208866b9
fix
2024-12-19 20:01:18 -08:00
Timothy Jaeryang Baek
db9aef0eaf
refac
2024-12-19 19:05:20 -08:00
Timothy Jaeryang Baek
70de5cf7b8
fix: audio
2024-12-19 16:18:54 -08:00
Timothy Jaeryang Baek
455b38dcc1
Fix code scanning alert no. 150: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-12-19 15:59:03 -08:00
Timothy Jaeryang Baek
d9573befff
feat: chat completion notification
2024-12-19 15:14:09 -08:00
Timothy Jaeryang Baek
f133353734
Merge pull request #7964 from jk-f5/fix/cleanup
...
Fix Redis Lock Expiration in periodic_usage_pool_cleanup
2024-12-19 14:45:18 -08:00
Jason Kidd
03e48de1a9
fix: Issue in some environments running in dev mode with redis where periodic cleanup takes longer than TIMEOUT_DURATION*2 seconds to be called and the lock expires.
2024-12-19 14:15:02 -08:00
Timothy Jaeryang Baek
8455396249
fix: websocket redis
2024-12-19 13:46:30 -08:00
Timothy Jaeryang Baek
16504b88f5
fix
2024-12-19 13:11:44 -08:00
Timothy Jaeryang Baek
1ea00a58f9
refac
2024-12-19 12:16:47 -08:00
Timothy Jaeryang Baek
4c989808d6
refac
2024-12-19 11:07:02 -08:00
Timothy Jaeryang Baek
0d5ce23885
refac
2024-12-19 01:05:47 -08:00
Timothy Jaeryang Baek
2be9e55545
refac: chat requests
2024-12-19 01:00:32 -08:00
Timothy Jaeryang Baek
0523ebcc5e
Merge pull request #7887 from jk-f5/disablepolling
...
Disable Polling Transport When WebSockets Are Enabled and Implement Cleanup Locking Mechanism
2024-12-18 18:32:56 -08:00
Timothy Jaeryang Baek
e4573d0b6c
refac
2024-12-18 18:32:19 -08:00
Timothy Jaeryang Baek
ddac34f769
refac
2024-12-18 18:15:58 -08:00
Timothy Jaeryang Baek
0f6d302760
refac
2024-12-18 18:04:56 -08:00
Taylor Wilsdon
0dc75363aa
Add configurable Google Drive toggle in the Documents admin section along with necessary config scaffolding
2024-12-18 13:25:57 -05:00
Taylor Wilsdon
366158ff04
npm run format
2024-12-18 12:18:31 -05:00
Taylor Wilsdon
76ca3cf452
upstream
2024-12-18 12:11:17 -05:00
Taylor Wilsdon
e28427803f
Fix dev upstream merge conflicts
2024-12-18 12:04:55 -05:00
Jason Kidd
8f51681801
feat: Make ENABLE_WEBSOCKET_SUPPORT disable polling entirely to allow multiple replicas without sticky sessions.
...
See https://socket.io/docs/v4/using-multiple-nodes/ for details why this was done.
Also create a redis key to track which replica is running the cleanup job
2024-12-18 07:54:12 -08:00
Timothy Jaeryang Baek
e500461dc0
refac
2024-12-17 18:40:50 -08:00
Timothy Jaeryang Baek
9abae36264
Merge pull request #7881 from gabriel-ecegi/dev
...
feat: Batch Processing for Large-Scale Document Import
2024-12-17 13:54:00 -08:00
Timothy Jaeryang Baek
5bdb1c99bb
refac
2024-12-17 13:52:57 -08:00
Timothy Jaeryang Baek
1902d4238b
chore: format
2024-12-17 13:51:29 -08:00
Timothy Jaeryang Baek
08398e511e
Merge pull request #7905 from devdev999/make-swagger-available-offline
...
feat: make swagger docs available offline
2024-12-17 13:37:42 -08:00
Timothy Jaeryang Baek
a14c06fa0b
Merge pull request #7920 from envision3d/ollama-structured-output
...
feat: pass structured output format through to ollama
2024-12-17 13:37:24 -08:00
Timothy Jaeryang Baek
9531edf6d6
Merge pull request #7923 from tarmst/groups-from-oauth
...
feat: Allow user groups to be managed by oauth
2024-12-17 13:36:34 -08:00
tarmst
0f33856182
Removing prints used for debugging
2024-12-17 19:50:59 +00:00
tarmst
9737869d11
Adding oauth group management for users upon login
2024-12-17 19:38:07 +00:00
envision3d
16d900247a
feat: pass structured output format through to ollama
2024-12-17 09:33:32 -06:00
Davide Del Popolo
987b0f0dfd
feat: add comfyui api key
2024-12-17 08:29:00 +01:00
gabriel-ecegi
54f6ae8fb5
Merge branch 'open-webui:dev' into dev
2024-12-17 06:03:53 +01:00
KX
d681357c0c
fix: update swagger-ui version to latest release 5.18.2
2024-12-17 11:12:40 +08:00
Timothy Jaeryang Baek
18fd3db3d5
refac
2024-12-16 13:27:54 -08:00
Taylor Wilsdon
7c9f04bd59
fix merge conflicts
2024-12-16 15:29:49 -05:00
Timothy Jaeryang Baek
6962f8f3b3
Fix code scanning alert no. 148: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-12-16 12:27:11 -08:00
Taylor Wilsdon
bf9ff1af56
packagelock
2024-12-16 15:10:01 -05:00
Timothy Jaeryang Baek
ad82f790c1
Fix code scanning alert no. 149: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-12-16 11:59:50 -08:00
Taylor Wilsdon (aider)
f078bbf006
feat: Add Google Drive config values to /api/config endpoint
2024-12-16 14:58:14 -05:00
Taylor Wilsdon (aider)
513d88b26d
feat: Add Google Drive config values to /api/config endpoint
2024-12-16 14:51:02 -05:00
Taylor Wilsdon (aider)
e4b2d29cba
feat: Add Google Drive client ID and API key config options
2024-12-16 14:43:33 -05:00
KX
ab8f8bcf92
feat: add offline swagger docs
2024-12-17 02:00:51 +08:00
MadsLang
6f1065b56a
Merge branch 'dev' of github.com:open-webui/open-webui
2024-12-16 10:00:24 +01:00
Timothy Jaeryang Baek
f341971eae
fix
2024-12-15 23:41:17 -08:00
Timothy Jaeryang Baek
35cdd43a31
fix: unicode file name
2024-12-15 23:08:51 -08:00
Timothy Jaeryang Baek
4a7c1d8d55
Merge pull request #7875 from MooreDerek/Fix-File-Upload-Logging
...
Chore: Tika file upload - only log file contents in debug
2024-12-15 22:47:29 -08:00
Timothy Jaeryang Baek
ddfed87b15
fix
2024-12-15 22:44:47 -08: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
MooreDerek
4905c180a5
Only log file contents in debug
2024-12-16 15:58:26 +13:00
Timothy Jaeryang Baek
2d368e89a1
Merge pull request #7741 from sanch7/offline_mode_fix
...
[Fix] Turn off auto update in offline mode
2024-12-15 17:03:26 -08:00
Gabriel Ecegi
440894f8d3
Fix process/files/batch
2024-12-14 10:45:27 +01:00
Timothy Jaeryang Baek
6efca03a8f
refac
2024-12-13 22:51:43 -08:00
Gabriel Ecegi
f2e2b59c18
Add batching
2024-12-13 15:29:43 +01:00
Timothy Jaeryang Baek
f9a05dd1e1
refac
2024-12-12 23:31:08 -08:00
Timothy Jaeryang Baek
9a081c8593
refac
2024-12-12 22:32:28 -08:00
Timothy Jaeryang Baek
1197c640c4
refac
2024-12-12 22:28:42 -08:00
Timothy Jaeryang Baek
8c38708827
wip
2024-12-12 20:26:28 -08:00
Timothy Jaeryang Baek
d8a01cb911
wip
2024-12-12 20:24:36 -08:00
Timothy Jaeryang Baek
4311bb7b99
wip
2024-12-12 20:22:17 -08:00
Timothy Jaeryang Baek
403262d764
fix
2024-12-11 20:40:20 -08:00
Timothy Jaeryang Baek
866c3dff11
fix
2024-12-11 20:39:55 -08:00
Timothy Jaeryang Baek
d9ffcea764
wip
2024-12-11 20:26:24 -08:00
Timothy Jaeryang Baek
a07ff56c50
wip
2024-12-11 20:15:23 -08:00
Timothy Jaeryang Baek
fe5519e0a2
wip
2024-12-11 19:52:46 -08:00
Timothy Jaeryang Baek
772f5ccd60
wip
2024-12-11 18:53:38 -08:00
Timothy Jaeryang Baek
ccdf51588e
wip
2024-12-11 18:46:29 -08:00
Timothy Jaeryang Baek
3bda1a8b88
wip
2024-12-11 18:36:59 -08:00
Timothy Jaeryang Baek
9e85ed861d
wip: pipelines
2024-12-11 18:16:07 -08:00
Timothy Jaeryang Baek
b3987ad41e
wip
2024-12-11 18:08:55 -08:00
Timothy Jaeryang Baek
867c4bc0d0
wip: retrieval
2024-12-11 18:05:42 -08:00
Timothy Jaeryang Baek
3ec0a58cd7
wip
2024-12-11 17:50:48 -08:00
Timothy Jaeryang Baek
87d695caad
Update audio.py
2024-12-11 04:47:35 -08:00
Timothy Jaeryang Baek
df0cdd9f3c
wip
2024-12-11 04:37:47 -08:00
Timothy Jaeryang Baek
df48eac22b
wip
2024-12-11 03:38:45 -08:00
Timothy Jaeryang Baek
4819199650
wip
2024-12-11 02:41:25 -08:00
MadsLang
332188535e
add option to add database schema as env var
2024-12-10 15:18:26 +01:00
Timothy Jaeryang Baek
d3d161f723
wip
2024-12-10 00:54:13 -08:00
Sanchit Hira
edf6c6a18c
turn off auto update in offline mode
2024-12-10 00:17:49 -08:00
Timothy Jaeryang Baek
f6bec8d9f3
general refac
2024-12-10 00:00:01 -08:00
Timothy Jaeryang Baek
1349c6049e
fix: BYPASS_MODEL_ACCESS_CONTROL env var
2024-12-09 23:39:23 -08:00
Timothy Jaeryang Baek
2db837cab4
fix: query_embedding param
2024-12-09 23:33:43 -08:00
Timothy Jaeryang Baek
8de91df1ff
refac: rm print tags
2024-12-09 23:30:57 -08:00
Timothy Jaeryang Baek
6b46b8bf62
refac: rm print
2024-12-09 23:30:43 -08:00
Timothy Jaeryang Baek
faa054d4b4
fix: comfyui cfg setting
2024-12-09 23:22:47 -08:00
Timothy Jaeryang Baek
f264d82d13
Merge pull request #7551 from jonassvatos/patch-1
...
feat: Add OAUTH_ALLOWED_DOMAINS
2024-12-09 16:27:06 -08:00
Timothy Jaeryang Baek
8718067894
Merge pull request #7678 from ZaibanAli/feature/keycloak-terminate-sso-session
...
feat: implement OAuth logout functionality for keyclock to terminate sso session
2024-12-09 16:26:10 -08:00
Timothy Jaeryang Baek
a3ca632921
refac: id_token -> oauth_id_token
2024-12-09 16:25:56 -08:00
Timothy Jaeryang Baek
d4d6d1e7db
Merge pull request #7694 from erics118/main
...
feat: add kagi search engine
2024-12-09 16:12:32 -08:00
Timothy Jaeryang Baek
a4ed027498
Merge pull request #7696 from ishiland/main
...
feat: add ollama ps endpoint
2024-12-09 16:12:07 -08:00
Timothy Jaeryang Baek
43b791927e
refac: rm print
2024-12-09 16:09:21 -08:00
Timothy Jaeryang Baek
33099bf9e4
refac
2024-12-08 16:01:56 -08:00
Ian Shiland
9c554db37c
add ollama ps endpoint
2024-12-08 07:49:32 -05:00
erics118
b825947745
feat: add kagi
2024-12-08 00:21:10 -05:00
Zaiban Ali
899424b371
feat: refactor signout functionality to use aiohttp for OpenID configuration retrieval
2024-12-08 04:57:57 +01:00
Timothy Jaeryang Baek
8dcee6b6ed
refac: pdf
2024-12-07 14:28:17 -08:00
Timothy Jaeryang Baek
1439f6862d
enh: ollama /v1/completion
endpoint support
2024-12-07 13:46:46 -08:00
Zaiban Ali
48d604a525
feat: enable OAuth signup configuration for signout functionality
2024-12-07 15:21:05 +01:00
Zaiban Ali
9918ec6246
feat: update signout functionality to use OpenID configuration for logout URL and remove the logout variable from config
2024-12-07 15:13:13 +01:00
Zaiban Ali
d5ce85f34a
feat: implement OAuth logout functionality for keyclock to terminate sso session
2024-12-07 13:49:12 +01:00
jonassvatos
d42de65298
Add OAUTH_ALLOWED_DOMAINS for ability to restrict from which e-mail domains can users sign-up via OAuth
2024-12-02 10:23:05 +01:00
Timothy Jaeryang Baek
59c3a18118
enh: BYPASS_MODEL_ACCESS_CONTROL
2024-12-01 18:25:44 -08:00
Timothy Jaeryang Baek
1c078bdb55
fix: api query collection
2024-12-01 13:36:36 -08:00
Timothy Jaeryang Baek
39c2f70778
refac
2024-12-01 00:23:06 -08:00
Timothy Jaeryang Baek
9b25efc3bb
refac
2024-11-30 23:50:05 -08:00
Timothy Jaeryang Baek
2fac9b45cd
chore: format
2024-11-30 23:36:30 -08:00
Timothy Jaeryang Baek
ba0b3a984d
refac
2024-11-30 22:29:53 -08:00
Timothy Jaeryang Baek
81a8ad2762
refac: autocomplete settings
2024-11-30 18:30:59 -08:00
Timothy Jaeryang Baek
dbf6ec71fe
enh: remove trailing slash from ollama
...
Co-Authored-By: hi-unc1e <67778054+hi-unc1e@users.noreply.github.com>
2024-11-30 18:13:10 -08:00
Diwakar
541ff6b41a
Feature to set HTTP header "Content-Security-Policy"
...
Introduce CONTENT_SECURITY_POLICY environment variable to set HTTP header "Content-Security-Policy".
Content Security Policy (CSP) is a feature that helps to prevent or minimize the risk of certain types of security threats. It consists of a series of instructions from a website to a browser, which instruct the browser to place restrictions on the things that the code comprising the site is allowed to do.
https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
2024-11-30 21:31:54 +07:00
Timothy Jaeryang Baek
1f53e0922e
enh: autocompletion
2024-11-30 00:29:27 -08:00
Timothy Jaeryang Baek
9f981db0b9
Merge pull request #7422 from alpha-pet/feat-youtube-transscript-proxy
...
feat: Optional proxy setting for downloading Youtube transscripts
2024-11-29 12:40:46 -08:00
Timothy Jaeryang Baek
b4fb0d1da2
refac
2024-11-29 01:10:46 -08:00
Timothy Jaeryang Baek
f547f1424c
refac
2024-11-29 01:02:32 -08:00
Timothy Jaeryang Baek
a07213b5be
feat: autocompletion
2024-11-29 00:16:49 -08:00
Timothy Jaeryang Baek
0e8e9820d0
feat: autocomplete backend endpoint
2024-11-28 23:53:52 -08:00
Timothy Jaeryang Baek
53fbb19fa0
fix: /embed endpoint
2024-11-28 17:56:02 -08:00
Timothy Jaeryang Baek
ea883b2ed4
refac
2024-11-27 19:38:57 -08:00
Timothy Jaeryang Baek
17ed7351a4
refac
2024-11-27 19:24:20 -08:00
Timothy Jaeryang Baek
7be93d2a84
fix: tools export
2024-11-27 18:11:50 -08:00
Thomas Rehn
53296c1005
[feat] Allow use of proxy for downloading Youtube transscripts
2024-11-27 15:20:48 +01:00
Timothy Jaeryang Baek
cbc7801b0e
chore: format
2024-11-26 20:03:06 -08:00
Timothy Jaeryang Baek
22b5feb747
Merge pull request #7401 from walker-chen2024/main
...
bugfix - {{CURRENT_WEEKDAY}} is not working
2024-11-26 19:54:27 -08:00
Walker.Chen
4b536b5283
bugfix - {{CURRENT_WEEKDAY}} is not working
...
Signed-off-by: Walker.Chen <walker_chen@moremote.com> https://uniwillai.net
2024-11-27 08:53:45 +08:00
Timothy Jaeryang Baek
4383306770
refac
2024-11-26 14:00:49 -08:00
Timothy Jaeryang Baek
63402c48a8
refac: query gen prompt
2024-11-26 10:23:29 -08:00
Timothy Jaeryang Baek
44efd4d372
refac
2024-11-26 10:17:17 -08:00
Timothy Jaeryang Baek
dc7221816f
fix: models configure
2024-11-26 08:55:06 -08:00
Timothy Jaeryang Baek
a37cad2ecf
chore: format
2024-11-26 01:05:50 -08:00
Timothy Jaeryang Baek
5fac25a002
enh: reintroduce model order/default models
2024-11-26 00:55:58 -08:00
bnodnarb
8dc73e8744
Fix: Add authorization header with bearer token for remote Ollama server endpoints
2024-11-24 20:29:54 -10:00
Timothy Jaeryang Baek
bd28e1ed7d
refac: rag prompt template
2024-11-24 18:49:56 -08:00
Timothy Jaeryang Baek
907cf61da7
refac: query generation
2024-11-24 18:03:58 -08:00
Timothy Jaeryang Baek
d3acb5cbaa
Merge pull request #7286 from houcheng/tts-aiofiles
...
Tts aiofiles
2024-11-23 22:37:05 -08:00
houcheng
a83f89d430
fix: prevent TTS blocking using aiohttp and aiofiles
2024-11-24 00:28:14 +08:00
Pierre Glandon
b2d3bfa3a8
feat: add description in Tool
2024-11-23 11:22:12 +01:00
DmitriyAlergant-T1A
374d6cad18
Python Formatting (Failed CI - fixed)
2024-11-22 23:11:46 -05:00
DmitriyAlergant-T1A
d24c21b40f
Fix
...
Logging cleanup: removed some extraneous hard prints (including some that revealed message content!); improved debug logging a bit.
+ added chat_id to task metadata (helpful for logging/tracking in some pipe functions)
2024-11-22 23:05:45 -05:00
Timothy Jaeryang Baek
9412f51c19
chore: version bump
2024-11-22 19:22:35 -08:00
Michael Poluektov
b4e7957a00
docstring quickfix
2024-11-22 20:51:48 +00:00
Timothy Jaeryang Baek
c4eacbfc0f
refac: rm print statement
2024-11-22 12:39:08 -08:00
Timothy Jaeryang Baek
429fa2befa
fix: query generation
2024-11-22 12:31:06 -08:00
Timothy Jaeryang Baek
335337fc75
Merge pull request #7233 from iamcristi/patch-1
...
Fix: LDAP integration used None for image and that broke Authentication
2024-11-22 10:42:49 -08:00
Timothy Jaeryang Baek
35d75e733d
refac: file handling
2024-11-22 10:35:59 -08:00
iamcristi
b4cd685795
Update auths.py
...
changed Auths.insert_new_auth for LDAP accounts. Previously setting image to "None" was causing an error.
2024-11-22 17:23:49 +02:00
Timothy Jaeryang Baek
2e7af7bdbf
fix
2024-11-21 22:03:51 -08:00
Timothy Jaeryang Baek
12c8257c92
refac
2024-11-21 21:32:19 -08:00
Timothy Jaeryang Baek
9a2dd5b126
refac: optimisation
2024-11-21 21:04:35 -08:00
Timothy Jaeryang Baek
4b83a83576
fix: openai connection config
2024-11-21 20:49:40 -08:00
Timothy Jaeryang Baek
81386e9b04
refac: citations -> sources
2024-11-21 19:46:09 -08:00
Timothy Jaeryang Baek
7062e637e8
refac: inline citations
2024-11-21 18:26:38 -08:00
Timothy Jaeryang Baek
386c976e9a
enh: inline citations
2024-11-21 17:58:29 -08:00
Timothy Jaeryang Baek
5be7cbfdf5
Merge pull request #7182 from michaelpoluektov/fix/tools-metadata
...
fix: Fix tools metadata
2024-11-21 16:32:08 -08:00
Michael Poluektov
26efc76d40
remove unused router
2024-11-22 00:15:11 +00:00
Michael Poluektov
8abf5d57c1
remove unused schemas file
2024-11-21 23:49:58 +00:00
Timothy Jaeryang Baek
948b65e43f
refac
2024-11-21 12:16:50 -08:00
Michael Poluektov
e1a85c99ab
format
2024-11-21 17:52:19 +00:00
Michael Poluektov
6783c98539
Merge branch 'dev' of https://github.com/open-webui/open-webui into fix/tools-metadata
2024-11-21 17:46:44 +00:00
Michael Poluektov
c03bfd141e
fix optional args not present
2024-11-21 17:41:35 +00:00
Michael Poluektov
70838148e7
fix tools metadata
2024-11-21 17:19:56 +00:00
Timothy Jaeryang Baek
d587206929
refac: add suffix field to ollama generate form
2024-11-21 08:12:19 -08:00
Timothy Jaeryang Baek
1c0327ed7f
Merge pull request #7163 from igorbrai/main
...
feat: Add Mojeek as web search provider
2024-11-21 08:10:14 -08:00
Timothy Jaeryang Baek
b0162dfee0
refac
2024-11-21 08:10:05 -08:00
Igor Brai
d16b09bee5
Merge branch 'open-webui:main' into main
2024-11-21 15:25:41 +02:00
alexey_rechkalov
b1237cf389
Fixed security vulnerability: now LDAP password hashes are not stored, same as trusted header auth.
...
LDAP users role now getting DEFAULT_USER_ROLE, not "pending".
2024-11-21 18:09:29 +05:00
Timothy Jaeryang Baek
2b890cf747
fix: knowledge files issue
2024-11-20 10:02:14 -08:00
Timothy Jaeryang Baek
4156b62811
refac
2024-11-20 10:02:07 -08:00
Timothy Jaeryang Baek
c0055afdb3
refac: youtube loader
2024-11-20 10:01:58 -08:00
Timothy Jaeryang Baek
d68aa5c708
chore: requirements
2024-11-20 06:53:11 -08:00
Timothy Jaeryang Baek
2450953080
refac
2024-11-20 06:34:52 -08:00