Timothy Jaeryang Baek
|
91a455a284
|
chore: format
|
2025-04-12 16:35:11 -07:00 |
|
Robert Norberg
|
2337b36609
|
add debug logging to RAG utils
|
2025-04-08 12:08:32 -04:00 |
|
Timothy Jaeryang Baek
|
65ed76abe1
|
refac: embedding prefix
|
2025-04-06 17:17:24 -07:00 |
|
Juan Calderon-Perez
|
324550423c
|
Fix formatting issues
|
2025-04-05 10:03:24 -04:00 |
|
Phlogi
|
8cf8121812
|
Update utils.py
Avoid running any tasks for collections that failed to fetch data (have assigned None)
|
2025-04-05 10:41:21 +02:00 |
|
Timothy Jaeryang Baek
|
391dd33da3
|
chore: format
|
2025-03-31 17:59:21 -07:00 |
|
Timothy Jaeryang Baek
|
3ba12e7a43
|
Merge pull request #12239 from Phlogi/dev-threads-on-hybrid
perf: parallelize hybrid search
|
2025-03-31 17:06:32 -07:00 |
|
Timothy Jaeryang Baek
|
cafc5413f5
|
refac
|
2025-03-31 14:13:27 -07:00 |
|
Phlogi
|
9c64310db5
|
Run hybrid_search in parallel
|
2025-03-31 16:43:37 +02:00 |
|
Timothy Jaeryang Baek
|
4b75966401
|
refac: embedding prefix var naming
|
2025-03-30 21:55:15 -07:00 |
|
Timothy Jaeryang Baek
|
433b5bddc1
|
Merge pull request #8594 from jayteaftw/main
feat: Support for instruct/prefixing embeddings
|
2025-03-30 21:54:44 -07:00 |
|
Timothy Jaeryang Baek
|
50b8dec3ac
|
fix/refac: hybrid search
|
2025-03-30 20:48:22 -07:00 |
|
Phlogi
|
04bf9ddab2
|
Avoid multiple data fetching
|
2025-03-27 19:05:20 +01:00 |
|
Timothy Jaeryang Baek
|
4a79320253
|
chore: format
|
2025-03-27 01:40:28 -07:00 |
|
Timothy Jaeryang Baek
|
7490bc9100
|
Merge branch 'dev' into fix-db-order
|
2025-03-26 20:55:42 -07:00 |
|
Timothy Jaeryang Baek
|
9d834a8e90
|
Merge branch 'dev' into k_reranker
|
2025-03-26 20:50:31 -07:00 |
|
Marko Henning
|
7531b7dcaa
|
Satisfy github format check
|
2025-03-25 19:09:17 +01:00 |
|
Marko Henning
|
94d9d3d590
|
Fix: Normalze all database distances to score in [0, 1]
|
2025-03-25 16:46:14 +01:00 |
|
Marko Henning
|
5f48af5b91
|
Revert the ordering change with chromadb, not necessary with reranker results
|
2025-03-19 17:04:45 +01:00 |
|
Marko Henning
|
ec8fc727b8
|
Fix wrong order for chromadb
|
2025-03-19 16:06:10 +01:00 |
|
Marko Henning
|
5ab789e83e
|
Add documentation on chroma special case
|
2025-03-18 16:44:58 +01:00 |
|
Marko Henning
|
ba676b7ed6
|
Use k_reranker also for result merge, and add special sorting use case for ChromaDB
|
2025-03-18 16:25:24 +01:00 |
|
Marko Henning
|
f13948d805
|
Fixed typo
|
2025-03-18 12:14:59 +01:00 |
|
Marko Henning
|
c877b59cbc
|
Address edge case with k < k_reranker, sort results for cutting off
|
2025-03-18 11:31:17 +01:00 |
|
Marko Henning
|
41a4cf7106
|
Added new k_reranker parameter
|
2025-03-06 10:47:57 +01:00 |
|
Timothy Jaeryang Baek
|
d0ddb0637e
|
enh: web embed bypass embedding and retrieval support
|
2025-02-27 16:34:05 -08:00 |
|
Timothy Jaeryang Baek
|
ce7cf62a55
|
refac: dedup
|
2025-02-26 23:51:39 -08:00 |
|
Timothy Jaeryang Baek
|
57010901e6
|
enh: bypass embedding and retrieval
|
2025-02-26 15:42:19 -08:00 |
|
Yifang Deng
|
0e5d5ecb81
|
refactor: replace print statements with logging for better error tracking
|
2025-02-25 15:53:55 +01:00 |
|
Timothy Jaeryang Baek
|
93d486d50e
|
revert: faulty dedup code
|
2025-02-20 11:02:45 -08:00 |
|
Timothy Jaeryang Baek
|
c073b8b4ee
|
refac
|
2025-02-18 23:49:27 -08:00 |
|
Timothy Jaeryang Baek
|
5465cabd40
|
refac
|
2025-02-18 21:17:09 -08:00 |
|
Timothy Jaeryang Baek
|
81715f6553
|
enh: RAG full context mode
|
2025-02-18 21:14:58 -08:00 |
|
Timothy Jaeryang Baek
|
4ef7aff663
|
refac
|
2025-02-18 19:35:22 -08:00 |
|
mikhail-khludnev
|
925bfe840b
|
dedupe results from multiple queries
|
2025-02-18 20:10:57 +03:00 |
|
Timothy Jaeryang Baek
|
dbe5d1ca08
|
refac
|
2025-02-17 18:16:23 -08:00 |
|
Timothy Jaeryang Baek
|
ca0b7217d2
|
enh: full context web search
|
2025-02-17 18:14:26 -08:00 |
|
JT
|
40dea3fbe1
|
Merge branch 'dev' into main
|
2025-02-05 15:15:24 -08:00 |
|
jayteaftw
|
157c781b0a
|
Merge branch 'main' of https://github.com/jayteaftw/open-webui
|
2025-02-05 14:07:59 -08:00 |
|
jayteaftw
|
6d2f87e904
|
Added server side Prefixing
|
2025-02-05 14:03:16 -08:00 |
|
Timothy Jaeryang Baek
|
e41a2682f5
|
chore: format
|
2025-02-05 00:07:45 -08:00 |
|
JT
|
81102f4be2
|
Merge branch 'open-webui:main' into main
|
2025-02-04 13:06:04 -08:00 |
|
jvinolus
|
7b8e5d4e7c
|
Fixed errors and added more support
|
2025-02-04 13:04:36 -08:00 |
|
Didier FOURNOUT
|
6ca295ec59
|
Add user related headers when calling an external embedding api
|
2025-01-29 10:55:52 +00:00 |
|
jvinolus
|
47b8412695
|
Initialize support for prefixing embeddings
|
2025-01-15 17:05:04 -08:00 |
|
Timothy Jaeryang Baek
|
c79b975ad0
|
refac: chroma
|
2025-01-08 00:21:50 -08:00 |
|
zhiguo.qiao
|
91f22a8a8d
|
Return the top k results with the highest similarity.
|
2025-01-07 17:41:30 +08:00 |
|
Timothy Jaeryang Baek
|
fd0170c179
|
revert
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) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Integration Test / Run Cypress Integration Tests (push) Waiting to run
Integration Test / Run Migration Tests (push) Waiting to run
|
2024-12-30 16:55:29 -08:00 |
|
Timothy Jaeryang Baek
|
9b56b64cfa
|
Merge pull request #8212 from ashm-dev/main
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) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Integration Test / Run Cypress Integration Tests (push) Waiting to run
Integration Test / Run Migration Tests (push) Waiting to run
feat: Small optimization
|
2024-12-30 16:00:18 -08:00 |
|
shamil
|
a0aee4ff28
|
feat: Small optimization
|
2024-12-30 13:45:20 +03:00 |
|