feat(retrieval): 实现 Embedding/Vector/RRF/Reranker 混合检索引擎

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
yxx
2026-08-27 19:21:01 +08:00
co-authored by Claude
parent d4b472b009
commit 02bb38bb1d
7 changed files with 396 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
"""Retrieval CoreEmbedding、VectorStore、RRF、Reranker 与混合检索引擎。"""