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 Dockerfile: build indexes on first startup (no network during Docker build)
f504700

MrNK2107 commited on

fix Dockerfile: create src dir before pip install to avoid setuptools egg_base error
e80661a

MrNK2107 commited on

add HF Space YAML frontmatter to README (fix CONFIG_ERROR)
8a65f2d

MrNK2107 commited on

regenerate submission.csv with updated metadata
d7b0cd2

MrNK2107 commited on

fix email typo, update team info with actual names
5a52059

MrNK2107 commited on

fix sandbox link to correct HF username
d95cb45

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

Remove team information from submission_metadata.yaml
3c589f2

Nanda Kishor commited on

chore: ignore all markdown files except README.md
69f10f5

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

feat: interactive mode with API key prompt, improved README
9ac0c92

MrNK2107 commited on

feat: interactive mode with full agentic pipeline, improved batch queries
868ee62

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

enhanced turbo parser: multi-word skill detection, alias expansion, proper skill extraction
b52585a

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

feat(data): remove generate_data.py script
6adee9c

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

test(tests): fix str to enum type errors in test suites
547dd27

MrNK2107 commited on

feat(search): add --profiles option to build_indexes.py
fac15a8

MrNK2107 commited on

chore(core): enable listwise ranking by default
6299326

MrNK2107 commited on

feat(data): implement candidate profile generation script
a0efd4d

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

Merge PR #1: Overhaul - Plackett-Luce ranking, PII anonymizer, live fairness dashboard, and 40+ bug fixes
03b2084

MrNK2107 commited on

Refine skill matching and add original query pipeline
1f02c7c

MrNK2107 commited on