open-webui/backend/open_webui/routers
Tim Jaeryang Baek 14e158fde9
Merge pull request #14667 from hdnh2006/main
feat: OpenAI-compatible `/api/embeddings` endpoint with provider-agnostic OpenWebUI architecture
2025-06-05 00:25:56 +04:00
..
audio.py doc: changelog 2025-05-30 01:14:38 +04:00
auths.py feat: WEBUI_AUTH_TRUSTED_GROUPS_HEADER 2025-05-24 23:17:12 +04:00
channels.py
chats.py refac: pinned chat endpoint 2025-05-26 22:15:21 +04:00
configs.py
evaluations.py fix: evaluation feedback endpoints 2025-05-14 20:08:49 +04:00
files.py Merge pull request #14335 from open-webui/main 2025-05-26 13:02:08 +04:00
folders.py
functions.py chore: format 2025-05-29 02:36:33 +04:00
groups.py
images.py fix: image generation 2025-05-27 02:48:22 +04:00
knowledge.py feat:Add vector type and vector factory class for vector database integration 2025-05-14 21:30:50 +08:00
memories.py feat:Add vector type and vector factory class for vector database integration 2025-05-14 21:30:50 +08:00
models.py
notes.py refac 2025-06-03 17:24:31 +04:00
ollama.py refac 2025-05-30 01:24:54 +04:00
openai.py openai embeddings function modified 2025-06-04 16:13:53 +02:00
pipelines.py refac 2025-05-15 12:58:44 +04:00
prompts.py
retrieval.py refac: PLEASE follow existing convention 2025-05-30 00:34:18 +04:00
tasks.py feat: follow ups 2025-06-03 18:07:29 +04:00
tools.py enh: load tool by url 2025-05-29 02:08:54 +04:00
users.py refac: role update ui 2025-05-31 15:00:27 +04:00
utils.py