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 |
|
Timothy Jaeryang Baek
|
4c55ad71a7
|
fix: local/external models
|
2025-05-23 02:48:31 +04:00 |
|
Timothy Jaeryang Baek
|
a68ec8822a
|
enh: filter md image for task generations
|
2025-05-23 01:33:08 +04:00 |
|
Timothy Jaeryang Baek
|
d4c3cfbaba
|
refac: oauth redirect url to use WEBUI_URL
|
2025-05-23 01:03:28 +04:00 |
|
Timothy Jaeryang Baek
|
787987d2f0
|
refac/fix: optional tool param type
|
2025-05-22 12:41:00 +04:00 |
|
Timothy Jaeryang Baek
|
e3e7eb96f6
|
refac
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
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Python CI / Format Backend (3.11.x) (push) Has been cancelled
Python CI / Format Backend (3.12.x) (push) Has been cancelled
|
2025-05-20 23:55:11 +04:00 |
|
Timothy Jaeryang Baek
|
74ace200fe
|
fix/refac: functions multi-replica issue
|
2025-05-20 20:20:27 +04:00 |
|
Jan Kessler
|
308d8ac04a
|
make bm25_weight a regular parameter of query_doc.. / get_sources_from_files functions
|
2025-05-20 11:46:32 +02:00 |
|
Tim Jaeryang Baek
|
fbcc80485b
|
Merge pull request #13972 from jarrod-lowe/otel-attrs
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) Has been cancelled
Python CI / Format Backend (3.12.x) (push) Has been cancelled
feat: Add user details to opentelemetry spans
|
2025-05-17 21:54:56 +04:00 |
|
Timothy Jaeryang Baek
|
08e4c163ea
|
feat: local/external connections
|
2025-05-17 01:47:48 +04:00 |
|
Jarrod Lowe
|
df853246f3
|
Add user details to otel span
|
2025-05-17 09:11:26 +12:00 |
|
Timothy Jaeryang Baek
|
359bcb837d
|
refac
|
2025-05-17 00:08:03 +04:00 |
|
Timothy Jaeryang Baek
|
ecae944fd0
|
refac
|
2025-05-16 23:59:24 +04:00 |
|
Timothy Jaeryang Baek
|
1f38350128
|
feat: toggle filter middleware
|
2025-05-16 23:33:02 +04:00 |
|
Timothy Jaeryang Baek
|
b61efcf54a
|
feat: toggle filter
|
2025-05-16 22:59:02 +04:00 |
|
Timothy Jaeryang Baek
|
7bbeaec93b
|
revert
|
2025-05-16 22:43:42 +04:00 |
|
Timothy Jaeryang Baek
|
363ac35c09
|
refac
|
2025-05-16 22:17:47 +04:00 |
|
Tim Jaeryang Baek
|
50bc6d9b12
|
Merge pull request #13919 from dongfangzan/main
feat: add switching thinking/non-thinking modes to models
|
2025-05-16 22:08:04 +04:00 |
|
Timothy Jaeryang Baek
|
07b5e84221
|
refac
|
2025-05-16 21:29:50 +04:00 |
|
Timothy Jaeryang Baek
|
528a2cf96a
|
refac
|
2025-05-16 18:19:28 +04:00 |
|
Timothy Jaeryang Baek
|
2aa5e73728
|
refac: filter details
|
2025-05-16 18:01:55 +04:00 |
|
Timothy Jaeryang Baek
|
dec9dd1ac0
|
refac: web search queries
|
2025-05-16 17:11:42 +04:00 |
|
dongfangzan
|
9b93b81f84
|
feat: add switching thinking/non-thinking modes to models
|
2025-05-15 19:56:10 +08:00 |
|
Timothy Jaeryang Baek
|
b143c71da2
|
refac: AIOHTTP_CLIENT_SESSION_SSL
|
2025-05-14 23:33:52 +04:00 |
|
Timothy Jaeryang Baek
|
04287eb6d6
|
refac
|
2025-05-14 23:27:34 +04:00 |
|
hwzhuhao
|
fb2950201a
|
refactor: replace print statements with logging
|
2025-05-12 22:18:47 +08:00 |
|
Timothy Jaeryang Baek
|
c61790b355
|
chore: format
|
2025-05-10 19:00:01 +04:00 |
|
Timothy Jaeryang Baek
|
34ec10a78c
|
refac: web search performance
Co-Authored-By: Mabeck <64421281+mmabeck@users.noreply.github.com>
|
2025-05-10 17:54:41 +04:00 |
|
Anthony Uk
|
337ece4d50
|
code_interpreter.py: allow non-root jupyter base_url
|
2025-05-09 20:32:01 +02:00 |
|
Alexander Grimm
|
a655bb5a63
|
skip checks in title gen
|
2025-05-08 06:55:43 +00:00 |
|
Alexander Grimm
|
cf5201aada
|
remove files from message for tasks
|
2025-05-08 06:50:21 +00:00 |
|
Tim Jaeryang Baek
|
410af53eca
|
Merge pull request #13581 from kaytwo/refreshOauthPfp
feat: refresh oauth profile picture
|
2025-05-07 22:06:43 +04:00 |
|
Serkan Sakar
|
d62353c140
|
enh: add presence_penalty parameter to openai
|
2025-05-07 00:56:20 +02:00 |
|
Timothy Jaeryang Baek
|
c667d27c38
|
refac
|
2025-05-07 02:37:23 +04:00 |
|