Rxrohans/PayLens-Dev
feat: add datetime-aware queries + exchange rate fetcher
feat: add datetime-aware query parsing
fix: correct paths in src/app.py, point Dockerfile to src/app.py directly
fix: run src/app.py directly from Dockerfile, drop broken import wrapper
fix: correct all 4 path issues in root app.py for HuggingFace
fix: correct src/ paths in root app.py for HuggingFace deployment
fix: redirect model cache to /tmp, HF blocks home dir writes
fix: remove double torch install, remove broken healthcheck, add headless
debug: surface exceptions instead of blank screen
debug: surface exceptions instead of blank screen
fix: healthcheck wrong port 8501->7860
fix: disable web search on HF, catch chain exceptions
Merge branch 'main' of https://github.com/Rxrohans/paylens
fix: remove ragas from main requirements, remove ddgs conflict
fix: remove ragas from main requirements, remove ddgs conflict
fix: remove ragas from main requirements, remove ddgs conflict
Update Dockerfile
Update Dockerfile
Update Dockerfile
fix: NEFT/RTGS data, semantic eval metrics, web_search bug, table-aware chunking
fix: remove ragas from deployment requirements — eval only
feat: v2 improvements — RBI static data, semantic eval metrics, guardrails fix, chunking improvements
docs: comprehensive README with architecture, eval results
feat: add fintech, forex, tax knowledge base files
chore: rename ChargeClarity to PayLens across all files
feat: eval dashboard live with RAGAS scores
feat: add eval pipeline + golden dataset, first scores run
modiefied web search
fix: add ddgs package for DuckDuckGo web search on HuggingFace
fix: enter key + auto FAISS build
fix: enable Enter key to submit query via st.form
fix: auto-build FAISS index on first run for HuggingFace deployment
fix: resolve merge conflict, keep our files
add README and HuggingFace config
initial commit
Duplicate from streamlit/streamlit-template-space
feat: initial PayLens MVP — RAG pipeline, hybrid search, Streamlit UI
