Shared reranker service for RAG pipelines across the orchard #54
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#54
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context: Peregrine, Kiwi, Snipe, and future ND/adaptive products (Harrier, Ibis, Osprey) all need a reranker as the second stage of retrieval pipelines. Rather than each product implementing its own, build once in cf-core (MIT layer) as a shared service.
Scope:
cf_core.rerankermodule:rerank(query: str, candidates: list[str], top_n: int) -> list[tuple[str, float]]Out of scope: Training or fine-tuning rerankers (Avocet handles that pipeline).
Acceptance criteria: Peregrine can call
cf_core.reranker.rerank(resume_text, [listing1, listing2, ...])and get back scored, sorted candidates.Related:
RerankerAdapter+text-rankingsupport; Qwen3-Reranker-8B queued for evaluation