39 Commits
Author SHA1 Message Date
Frederick2313072 dd7de74aa6 修复top-k硬编码回退问题 2025-09-01 14:27:43 +08:00
ef51678c73 orm filter -> where (#22801)
Signed-off-by: -LAN- <[email protected]>
Co-authored-by: -LAN- <[email protected]>
Co-authored-by: Claude <[email protected]>
2025-07-24 00:57:45 +08:00
Jacky WuandGitHub 3e96c0c468 fix: close session before doing long latency operation (#22306) 2025-07-14 15:16:10 +08:00
-LAN-andGitHub 3196dc2d61 refactor: Use typed SQLAlchemy base model and fix type errors (#19980)
Signed-off-by: -LAN- <[email protected]>
2025-05-21 15:38:03 +08:00
WillandGitHub bfa652f2d0 fix: metadata filtering condition variable unassigned; fix External K… (#19208) 2025-05-07 14:52:09 +08:00
JyongandGitHub 8b3be4224d revert batch query (#17707) 2025-04-09 20:25:36 +08:00
JyongandGitHub abfcd9d3b6 fix segment query index not effect (#17704) 2025-04-09 19:09:08 +08:00
f1e4d5ed6c Fix Performance Issues: (#17083)
Co-authored-by: Wang Han <[email protected]>
2025-04-09 11:22:53 +08:00
JyongandGitHub 1be0d26c1f fix metadata filter not affect in keyword-search and fulltext-search (#16644) 2025-03-24 18:35:16 +08:00
JyongandGitHub abeaea4f79 Support knowledge metadata filter (#15982) 2025-03-18 16:42:19 +08:00
JyongandGitHub 84a866028a fix document could be None (#15818) 2025-03-14 16:40:01 +08:00
kenwoodjwandGitHub 087bb60b31 fix: preserve Unicode characters in keyword search queries (#15522)
Signed-off-by: kenwoodjw <[email protected]>
2025-03-12 18:34:42 +08:00
Bowen LiangandGitHub dfdd6dfa20 fix: change the config name and fix typo in description of the number of retrieval executors (#13856) 2025-02-19 09:13:36 +08:00
JyongandGitHub aa19bb3f30 fix session close issue (#13946) 2025-02-18 19:29:57 +08:00
Charlie.WeiandGitHub abe5aca3e2 Retrieval service optimization (#13849) 2025-02-17 18:22:36 +08:00
Charlie.WeiandGitHub 222df44d21 Retrieval Service efficiency optimization (#13543) 2025-02-17 14:09:57 +08:00
liuzhenghuaandGitHub 47a64610ca Fix the issue of repeated escaping of quotes in hit test (#13477) 2025-02-11 09:58:31 +08:00
84ac004772 py lint (#12102)
Signed-off-by: -LAN- <[email protected]>
Co-authored-by: -LAN- <[email protected]>
2024-12-26 00:16:35 +08:00
JyongandGitHub 9231fdbf4c Feat/support parent child chunk (#12092) 2024-12-25 19:49:07 +08:00
yihongandGitHub 56e15d09a9 feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
-LAN-andGitHub 8c559d6231 fix(retrieval_service): avoid to use exception (#11925)
Signed-off-by: -LAN- <[email protected]>
2024-12-21 21:19:46 +08:00
JyongandGitHub c58d2fce89 roll back rerank topn setting (#11297) 2024-12-03 17:34:56 +08:00
Cling_o3andGitHub f9c2aa7689 feat: add retireval_top_n to config in env (#11132) 2024-11-30 11:14:45 +08:00
JyongandGitHub dad041c49f fix issue: query is none when doing retrieval (#10129) 2024-10-31 21:25:00 +08:00
zhuhaoandGitHub b90ad587c2 refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
9d221a5e19 external knowledge api (#8913)
Co-authored-by: Yi <[email protected]>
2024-09-30 15:38:43 +08:00
Bowen LiangandGitHub 2cf1187b32 chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
Nam VuandGitHub 2d7954c7da Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
JyongandGitHub d8b6c053a2 fix rerank model value is empty string (#7937) 2024-09-03 21:25:21 +08:00
JyongandGitHub 28d4e5b045 Fix/reranking mode is null (#7012) 2024-08-06 19:12:04 +08:00
JyongandGitHub e4bb943fe5 Feat/delete single dataset retrival (#6570) 2024-07-24 12:50:11 +08:00
Sangmin AhnandGitHub 093b8ca475 fix: escape double quotation marks in the vector DB search query (#6506) 2024-07-23 15:02:25 +08:00
JyongandGitHub 0de224b153 fix wrong using of RetrievalMethod Enum (#6345) 2024-07-16 19:09:04 +08:00
Bowen LiangandGitHub c923684edd chore: extract retrival method literal values into enum (#5060) 2024-06-19 16:05:27 +08:00
JyongandGitHub 1b2d862973 add error msg for hit test (#4704) 2024-05-28 14:54:53 +08:00
920b2c2b40 Fix/hit test tsne issue (#2581)
Co-authored-by: jyong <[email protected]>
2024-02-27 17:30:52 +08:00
5b953c1ef2 Fix some RAG bugs (#2570)
Co-authored-by: jyong <[email protected]>
2024-02-27 11:39:05 +08:00
4be3087642 Fix/new RAG bugs (#2547)
Co-authored-by: jyong <[email protected]>
2024-02-23 16:54:15 +08:00
6c4e6bf1d6 Feat/dify rag (#2528)
Co-authored-by: jyong <[email protected]>
2024-02-22 23:31:57 +08:00