coderound / backend /src /matching

Commit History

feat: implement stage 1 candidate retrieval and scoring logic using Qdrant and multi-factor heuristics
c70669c

ketannnn commited on

feat: implement matching router and stage 2 neural reranking logic
88462d6

ketannnn commited on

fix: use real candidate count, remove stage2 cap, add full error logging
7bd1c28

ketannnn commited on

fix: replace backend RRF with true percentage math so Stage2 final score aligns with frontend weights
d8cf7ea

ketannnn commited on

feat: user-controlled pipeline depth sliders for stage1/stage2 retrieval caps
7c30c0e

ketannnn commited on

fix: cap reranker input to top-40 and fix nginx send timeout to prevent 504
5849d84

ketannnn commited on

feat: implement backend matching pipeline and update project documentation
10090b1

ketannnn commited on

feat: implement backend ingestion pipeline with Celery workers, Qdrant integration, and session management
96fe8d8

ketannnn commited on

feat: implement backend candidate matching pipeline with Pinecone integration, FastAPI routers, and ingestion workers.
d003918

ketannnn commited on

feat: implement automated ingestion pipeline with state persistence and add database maintenance utilities
7649e72

ketannnn commited on

feat: stabilize celery loops, add redis caching, and scale stage 2 neural limit to 250
b7d367d

ketannnn commited on

feat: add pipeline page, session delete with Qdrant cleanup, explain worker, and final frontend polish
a0f1a88

ketannnn commited on

fix: resolve asyncpg ssl connection errors and Qdrant strict payload filtering
12fa3c2

ketannnn commited on

feat: add gap analysis, LLM explainer via Groq, and all API routes
aeacc04

ketannnn commited on

feat: implement Stage 2 reranker with BGE cross-encoder and RRF fusion
63c562f

ketannnn commited on

feat: implement Stage 1 retriever - ANN search + structured weighted scorer
4427789

ketannnn commited on