Update system model to Gemma 3 1B Instruct and humanize responses 9eed65c khubchand commited on 16 days ago
fix: improve question matcher keyword normalization, expanded stop words, and use full XML context in LLM fallback 069b0f0 khubchand commited on 16 days ago
feat: add LLM-based query restructuring and grammar correction stage d15b317 khubchand commited on 16 days ago
feat: implement semantic chunking, dual-retrieval cross-lingual search, and direct Q&A bypass routing 42e9ea7 khubchand commited on 16 days ago
Fix Hindi/Hinglish language output alignment using retrieval translation pipeline 12aa926 khubchand commited on 16 days ago
fix: add threading lock synchronization to prevent concurrent model inference crashes 9af21b3 khubchand commited on 16 days ago
feat: optimize response time by offloading translation to deep-translator and reducing ctx/retrieval k size 147efdf khubchand commited on 16 days ago
data: update source documents to hindi_interview_questions_fixed.pdf 72e81d0 khubchand commited on 17 days ago
chore: revert embedding model to all-MiniLM-L6-v2 since query translation handles English retrieval 9456ff5 khubchand commited on 17 days ago
feat: implement multilingual query translation and language-specific prompting 48bc44c khubchand commited on 17 days ago
feat: return custom sorry message if context is missing or not provided 01f2bc0 khubchand commited on 17 days ago
feat: implement multilingual RAG pipeline for English, Hindi, and Hinglish f09b23d khubchand commited on 17 days ago
Optimize Hugging Face Space: add eager model loading, reduce max tokens, fix stop tokens, limit CPU threads 09bc714 khubchand commited on 17 days ago
feat: implement complete RAG-based AI engine with Ollama fallback and vector search support b597dd6 khubchand commited on 17 days ago