Timothy Jaeryang Baek
|
0c57980e72
|
refac: tasks
|
2025-06-08 20:58:31 +04:00 |
|
Rodrigo Agundez
|
41e28a9f6f
|
Use standardized procedure to save and load images
|
2025-06-08 16:26:58 +08:00 |
|
Timothy Jaeryang Baek
|
5e35aab292
|
chore: format
|
2025-06-05 01:12:28 +04:00 |
|
Timothy Jaeryang Baek
|
ab36b8aeae
|
refac: embeddings endpoint
|
2025-06-05 00:37:31 +04:00 |
|
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 |
|
henry
|
04da2b05f6
|
convert embedding function name to be more consistence
|
2025-06-04 18:24:27 +02:00 |
|
henry
|
cc12e9e1a3
|
Ollama embeddings adapted to pydantic
|
2025-06-04 17:06:38 +02:00 |
|
henry
|
8f6c3f46d6
|
payload and response modifed for compatibility
|
2025-06-04 16:11:40 +02:00 |
|
henry
|
e0769c6a1f
|
new embedding.py added for handling openai and ollama embedding
|
2025-06-04 16:09:39 +02:00 |
|
Timothy Jaeryang Baek
|
bbafeca495
|
refac: reserved __user__ param format
|
2025-06-04 15:53:07 +04:00 |
|
Timothy Jaeryang Baek
|
d2b5a1614a
|
refac
|
2025-06-03 21:52:25 +04:00 |
|
Timothy Jaeryang Baek
|
185249623b
|
feat: follow ups backend integration
|
2025-06-03 18:47:49 +04:00 |
|
Timothy Jaeryang Baek
|
9e49fbc8bf
|
feat: follow ups
|
2025-06-03 18:07:29 +04:00 |
|
Timothy Jaeryang Baek
|
4e82c44f3e
|
refac
|
2025-05-31 15:04:38 +04:00 |
|
Timothy Jaeryang Baek
|
be989f3645
|
refac: better memory error handling
|
2025-05-30 00:12:28 +04:00 |
|
Timothy Jaeryang Baek
|
4c45d67677
|
refac/fix: memory
|
2025-05-30 00:10:52 +04:00 |
|
Timothy Jaeryang Baek
|
4371d2c5a5
|
enh: better custom param handling
|
2025-05-29 23:32:14 +04:00 |
|
Timothy Jaeryang Baek
|
d43bbcae28
|
refac/fix: open webui params handling
|
2025-05-29 12:57:58 +04:00 |
|
Timothy Jaeryang Baek
|
9220afe7b3
|
feat: custom advanced params
|
2025-05-29 03:33:11 +04:00 |
|
Timothy Jaeryang Baek
|
bb4115fa0e
|
refac: allow all params
|
2025-05-29 02:56:37 +04:00 |
|
Timothy Jaeryang Baek
|
551597b9cc
|
chore: format
|
2025-05-29 02:36:33 +04:00 |
|
Timothy Jaeryang Baek
|
d81886e315
|
refac
|
2025-05-28 01:42:42 +04:00 |
|
Timothy Jaeryang Baek
|
7effb04782
|
refac
|
2025-05-28 01:41:49 +04:00 |
|
Timothy Jaeryang Baek
|
f5fefb49d5
|
refac
|
2025-05-28 01:38:24 +04:00 |
|
Timothy Jaeryang Baek
|
e4a53e0a3c
|
refac
|
2025-05-28 01:34:53 +04:00 |
|
Tim Jaeryang Baek
|
100a764293
|
Merge pull request #14402 from torisetxd/parallelized-model-fetching
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
perf: Parallelize base model fetching
|
2025-05-27 16:56:44 +04:00 |
|
Timothy Jaeryang Baek
|
1d216b82ba
|
refac
|
2025-05-27 16:48:17 +04:00 |
|
toriset
|
9eccce2444
|
Added proper type hints to new functions
Forgot about that...
|
2025-05-27 15:44:20 +03:00 |
|
toriset
|
27de981246
|
Parallelize base model fetching
|
2025-05-27 15:35:16 +03:00 |
|
Timothy Jaeryang Baek
|
40bea00e3d
|
refac
|
2025-05-27 16:06:00 +04:00 |
|
Timothy Jaeryang Baek
|
b944acd3ff
|
refac: function cache
|
2025-05-27 14:39:35 +04:00 |
|
Gunwoo Hur
|
14c3d0c2d1
|
Prevent duplicate function module loads with caching helper and refactor
|
2025-05-27 18:08:58 +09:00 |
|
Timothy Jaeryang Baek
|
5c74e56bd0
|
chore: format
|
2025-05-27 02:18:43 +04:00 |
|
Tim Jaeryang Baek
|
1cb8fa0f03
|
Merge pull request #14362 from PVBLIC-F/fix/chat-engagement-critical
Fix/chat engagement critical
|
2025-05-27 02:17:34 +04:00 |
|
cheadings71
|
256034e285
|
Update misc.py
Before fix: Chat engagement failed with TypeError and KeyError
After fix: Chat works smoothly with automatic title generation and proper history
|
2025-05-26 14:55:48 -07:00 |
|
cheadings71
|
d414662d23
|
fix: resolve chat engagement TypeError - Fix get_message_list() to return [] instead of None - Fix middleware to use correct metadata message_id - Add safe fallback for missing role field - Ensure assistant messages include role field
|
2025-05-26 14:35:09 -07:00 |
|
Timothy Jaeryang Baek
|
2c7ccc69fe
|
enh: allow custom openapi json url
|
2025-05-27 00:20:47 +04:00 |
|
Timothy Jaeryang Baek
|
a38e44e870
|
enh: external tool server custom name/description support
|
2025-05-27 00:10:33 +04:00 |
|
Timothy Jaeryang Baek
|
2d5b82df8c
|
enh: include sources field in non-streaming response
|
2025-05-26 22:22:37 +04:00 |
|
Timothy Jaeryang Baek
|
fc5dfd3536
|
refac
|
2025-05-26 22:02:40 +04:00 |
|
fl0w1nd
|
332043c38b
|
fix: Correctly handle toggle filters to prevent unintended activation
|
2025-05-25 17:59:31 +08:00 |
|
Tim Jaeryang Baek
|
e663b90a9f
|
Merge pull request #14069 from Ithanil/bm25_weight
feat: Configurable weight for BM25Retriever during hybrid search
|
2025-05-24 01:13:03 +04:00 |
|
Timothy Jaeryang Baek
|
bf97dbe052
|
refac
|
2025-05-24 01:12:11 +04:00 |
|
Timothy Jaeryang Baek
|
80eaa24ca8
|
enh: provide source name in context if available
|
2025-05-24 00:52:09 +04:00 |
|
Timothy Jaeryang Baek
|
8b5e89eada
|
chore: format
|
2025-05-24 00:43:38 +04:00 |
|
Jan Kessler
|
e70dd33233
|
rename BM25_WEIGHT -> HYBRID_BM25_WEIGHT
|
2025-05-23 22:06:44 +02:00 |
|
Tim Jaeryang Baek
|
99f88082ca
|
Merge pull request #14248 from diwakar-s-maurya/patch-3
feat: Show tool call parameters along tool ouput
|
2025-05-23 22:55:08 +04:00 |
|
Diwakar Singh Maurya
|
549237fb05
|
Show tool call parameters along tool ouput
|
2025-05-23 17:42:05 +00:00 |
|
Timothy Jaeryang Baek
|
797c7d4e56
|
refac: allow min_p for openai requests
|
2025-05-23 21:28:02 +04:00 |
|
Timothy Jaeryang Baek
|
a2f12db8d9
|
refac: memories
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
|
2025-05-23 03:26:14 +04:00 |
|