open-webui/backend/open_webui
2025-06-02 08:56:45 +02:00
..
data
internal Feat: Migration to handle individual rag config 2025-05-23 10:39:04 +02:00
migrations feat: notes 2025-05-03 18:16:32 +04:00
models Feat: Added update rag config function - added function to check if embedder/reranker is in use 2025-05-23 10:40:06 +02:00
retrieval Merge pull request #14059 from sreesdas/main 2025-05-20 17:43:06 +04:00
routers Fix: Added reindexing for individual rag config - only reindexes knowledge specific files 2025-06-02 08:56:45 +02:00
socket refac: socket 2025-05-09 14:23:16 +04:00
static
storage Update provider.py 2025-05-07 14:48:49 +02:00
test
utils Feature: adjusted to handle individual rag config 2025-05-23 10:47:27 +02:00
__init__.py
alembic.ini
config.py Feat: Adjusted config to handle individual rag config 2025-05-23 10:37:47 +02:00
constants.py
env.py enh: sentence transformers env vars 2025-04-24 01:55:18 +09:00
functions.py fix/refac: functions multi-replica issue 2025-05-20 20:20:27 +04:00
main.py Feat: Adjusted to handle individual rag config - load all the embedders and rerankers that are currently used 2025-05-23 10:38:35 +02:00
tasks.py