Commit History

feat: implement multi-stage candidate ingestion and matching pipeline with UI tracking and backend schema support
72d1c14

ketannnn commited on

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

ketannnn commited on

feat: add candidate detail page for viewing role alignment and skill coverage analysis
3bf5119

ketannnn commited on

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

ketannnn commited on

feat: slider max dynamically set from CSV row count (header excluded)
7770c5f

ketannnn commited on

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

ketannnn commited on

feat: enforce native preloading of neural model to prevent HTTP connection timeouts
20ae104

ketannnn commited on

fix(ml): restrict cross-encoder batch_size to prevent OOM kills on uncapped arrays
f42877a

ketannnn commited on

feat: implement matching router with two-stage retrieval, reranking, and async explanation generation
8c91ba1

ketannnn commited on

chore(db): create alembic migration script to append session_id to job_descriptions
319209d

ketannnn commited on

fix(ui): add navbar link to API Docs alongside system reset
5aed951

ketannnn commited on

fix: resolve TS type mismatch for parsed_summary array and add percentage sign to match list UI
6434bb7

ketannnn commited on

fix(ui): add percentage sign to match score on candidate list vie
059b1b2

ketannnn commited on

fix: render db array profile summary as bullet points instead of raw string
9956890

ketannnn commited on

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

ketannnn commited on

fix: resolve TS build error for ComponentScores casting
dadb72e

ketannnn commited on

fix: Duplicate state Removed from tsx
df86e4c

ketannnn commited on

feat: candidate search bar + full student-perspective redesign of profile page
15d6f14

ketannnn commited on

fix: cross-session JD leak, show match% not rank, pass all candidates through pipeline, fix growth_velocity always 60
7c84d5e

ketannnn commited on

fix: growth_velocity always 60% bug - handle JSON string and empty work_exp
4b9553f

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

fix: merge all process stderr to stdout for full HF log visibility
29aa347

ketannnn commited on

feat: implement matching router with support for retrieval, reranking, and candidate explanation workflows
fcc0ebf

ketannnn commited on

feat: add system reset page and centralize API utility functions
0b18f5a

ketannnn commited on

feat: add admin endpoint to reset Postgres schema and Qdrant collection via Alembic migrations
6ca6336

ketannnn commited on

feat: implement admin endpoint and UI for database and vector store reset
022fb5a

ketannnn commited on

feat: initialize SQLAlchemy async database engine and session management with Neon-compatible configuration
48a85ea

ketannnn commited on

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

ketannnn commited on

feat: implement async SQLAlchemy database engine and session management with Neon-compatible configurations
3ff680a

ketannnn commited on

feat: implement session management UI and pre-bake AI models into Docker image
6177ba9

ketannnn commited on

feat: add frontend system health diagnostics and mute HF Celery gossip
27cbb3d

ketannnn commited on

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

ketannnn commited on

feat: implement FastAPI application with Pinecone/Redis integration and candidate matching router
c835700

ketannnn commited on

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

ketannnn commited on

fix: resolve JSX syntax error in sessions page
c7f2734

ketannnn commited on

fix: resolve JSX syntax error in sessions page
5111b82

ketannnn commited on

feat: complete rewrite of UI/UX for streamlining and pruning
6eefb10

ketannnn commited on

fix: enforce relative api routing in production
d61d4bf

ketannnn commited on

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

ketannnn commited on

feat: migrate aesthetic UI icons to lucide-react vector blocks
ead8d3e

ketannnn commited on

feat: resolve promise racing in sessions UI and build smart background tracking loaders
adfb678

ketannnn commited on

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

ketannnn commited on

refactor: unified session view, pipeline polling, db wipe
5ff9d40

ketannnn commited on

feat: updated pipeline to support matching against multiple JDs sequentially
f25bf36

ketannnn commited on

fix: resolve TypeScript errors and finalize frontend build
35299d9

ketannnn commited on

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

ketannnn commited on

feat: finalize frontend candidate UI and containerization workflow
f61f6a3

ketannnn commited on

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

ketannnn commited on

feat: implement session-based candidate matching architecture
5655f74

ketannnn commited on