open-webui/backend/open_webui
2025-06-06 12:08:08 +02:00
..
data
internal Fix: fixed migration to handle postgres json properly 2025-06-05 13:58:30 +02:00
migrations
models Merge branch 'dev' of https://github.com/open-webui/open-webui into Dev-Individual-RAG-Config 2025-06-06 12:02:33 +02:00
retrieval Fix: Fixed issue that handles embedding functions of individual rag config accordingly in query doc related functions 2025-06-06 12:08:08 +02:00
routers Fix: Added compatibility of azure openai for individual rag config - fixed query doc handler and query collection handler to handle individual rag embedding functions 2025-06-06 12:05:19 +02:00
socket
static chore: removed duplicate css elements 2025-05-28 08:31:11 -04:00
storage Fix S3 allowed characters in Tags. 2025-05-23 11:09:40 +02:00
test initial commit of individual rag config tests 2025-06-02 09:01:15 +02:00
utils Fix: Fixed issue that handles embedding functions of individual rag config accordingly in query doc related functions 2025-06-06 12:08:08 +02:00
__init__.py
alembic.ini
config.py Fix: added compatibility of azure openai for individual rag config 2025-06-06 12:03:22 +02:00
constants.py feat: follow ups 2025-06-03 18:07:29 +04:00
env.py feat: WEBUI_AUTH_TRUSTED_GROUPS_HEADER 2025-05-24 23:17:12 +04:00
functions.py refac: reserved __user__ param format 2025-06-04 15:53:07 +04:00
main.py Fix: added compatibility of azure openai for individual rag config 2025-06-06 12:03:22 +02:00
tasks.py