Commit History

fix: MultilingualEmbedder respects HF_HUB_OFFLINE env var instead of hardcoded local_files_only=True; start.sh uses set -e for error visibility
4f2ad4e
Running

MrNK2107 commited on

Fix: role-type skill detection, OpenRouter base_url support, Dockerfile for HF Spaces with 500-profile sample indexes
c5691ae

MrNK2107 commited on

feat: align candidate relevance ranking & implement robust Turbo Mode fallback
4efdc67

MrNK2107 commited on

Fix remote candidate search returning 0 results by mapping preferred_work_mode
3cae53e

MrNK2107 commited on

fix: app.py scoping error + new Sage+Terracotta theme
1258183

MrNK2107 commited on

feat: complete UI redesign with pastel purple/orange theme
700f674

MrNK2107 commited on

refactor: extract shared query parser module, clean up imports
abc6ea2

MrNK2107 commited on

fix: reranker degradation, skip_reranker bug, eval latency, branch cleanup
022010c

MrNK2107 commited on

feat: full 100k index pipeline - switch from samples to full offset index
5a40cb1

MrNK2107 commited on

UI: zero gradients, peaceful warm palette, borders for elevation
42f57de

MrNK2107 commited on

UI redesign: pastel theme, premium card design, progressive loading
f41d5ea

MrNK2107 commited on

feat: final smoke-test fixes + spectacular README + UI bugfixes
25bfed8

MrNK2107 commited on

style(style): resolve ruff formatting check warnings
1e0d799

MrNK2107 commited on

perf(agents): parallelize candidate profile loading
bfb0e04

MrNK2107 commited on

perf(core): reuse open file handle in ProfileStore for fast candidate fetches
c75730f

MrNK2107 commited on

perf(search): use np.argpartition for fast top-k selection in BM25
d707110

MrNK2107 commited on

perf(search): upgrade FAISS index to IndexHNSWFlat
e9f2c0a

MrNK2107 commited on

style(search): format reranker.py to fix E501 line length issue
a8d7de9

MrNK2107 commited on

style(language): format translator.py to fix E501 line length issues
153142f

MrNK2107 commited on

feat(ui): wire search filters from Gradio UI to the orchestrator
dea6b28

MrNK2107 commited on

feat(language): add HingBERT token classification pipeline for Hinglish NER
a6d098c

MrNK2107 commited on

feat(language): add MBart-50 translation fallback model
242e0fc

MrNK2107 commited on

fix(search): implement eager non-blocking reranker model loading and online download fallback
0711832

MrNK2107 commited on

fix(api): wire slider_weights, filters, max_results and remove dead code
7bc30ee

MrNK2107 commited on

fix(core): add default values to MatchScores and slider_weights to SearchRequest
1ef35b6

MrNK2107 commited on

fix(matching): map cultural_fit to semantic_similarity
dc41084

MrNK2107 commited on

fix(ranking): remove sync rank and sync _judge_group wrapper
94019f4

MrNK2107 commited on

fix(agents): instantiate experience/location models in planner fallback
71b8ade

MrNK2107 commited on

fix(search): change FAISS index type annotation to faiss.Index
44622c5

MrNK2107 commited on

fix(core): wrap OpenAI api_key in SecretStr
0413f45

MrNK2107 commited on

fix(agents): compile graph on init and add state filter wiring
93de837

MrNK2107 commited on

chore: fix all ruff lint errors (174 -> 0), clean up unused imports/vars, fix line lengths
e9fe93a

MrNK2107 commited on

Refine skill matching and add original query pipeline
1f02c7c

MrNK2107 commited on

Multi-dimensional scoring upgrade: behavioral signals, career trajectory, skill proficiency, honeypot detection
5c40e56

MrNK2107 commited on

Cross-encoder enabled, rank.py entry point, multi-query pipeline
179749f

MrNK2107 commited on

Fix e2e test failures: planner/reflector timeouts, bias-detector, listwise-rank API
900c34e

MrNK2107 commited on

Fix cross-encoder loading, add offline mode, improve simple query detection
ded4649

MrNK2107 commited on

fix: add sys.path for direct execution, fix Gradio 6.0 API change
1f55526

MrNK2107 commited on

fix: improve UI robustness and test quality
34dd30a

MrNK2107 commited on

fix: resolve 20 high/medium bugs across search, agents, core, and extraction modules
842e3d0

MrNK2107 commited on

fix: resolve critical bugs - evaluation import cycle, bias detector, slider weights, and 7 more high-severity issues
28d0c82

MrNK2107 commited on

Overhaul: Plackett-Luce ranking, PII anonymization, live fairness dashboard + LLM-free fallback agents
72224ba

MrNK2107 commited on

chore: add hackathon submission assets, move slider defaults to YAML config
a94897a

MrNK2107 commited on

feat(language): add Hinglish code-mixed processor
d605cc9

MrNK2107 commited on

feat(agents): turbo mode for short queries, stop words, rationale generator wiring
b7c6773

MrNK2107 commited on

fix(search): cross-encoder sigmoid normalization, hybrid search cache, exact location filters
837c78e

MrNK2107 commited on

feat(extraction): add FieldExtractor pipeline, ProfileStore with lazy loading, and skill matching
e01a2b0

MrNK2107 commited on

feat(perf): switch to Ollama qwen2.5:7b, pre-load ML models at startup
5f9a37e

MrNK2107 commited on

chore: commit remaining changes from previous sessions (PRD, plans, tests)
a3671cc

MrNK2107 commited on

feat(scripts): rewrite build_indexes and evaluate with streaming and demo mode
a6ca468

MrNK2107 commited on