sritikaa/fintech-audit-ai
default LLM provider to groq
fix env var priority - system vars override .env
fix React app - remove iframe, connect to /ask endpoint
remove Gradio from app.py - serve React only
fix import in app.py
upgrade Node.js to 20 for Vite compatibility
build React frontend inside Docker
fix import - use agent function from react_agent
switch HF Space to Docker with React frontend
add Dockerfile and serve React frontend from FastAPI
add Railway config with lightweight requirements
fix port for Render deployment
add fastapi and uvicorn to requirements
add Procfile for Render deployment
add Excel deduplication engine - fuzzy matching + embeddings
add React frontend + FastAPI backend - JPMC style UI
fix typo in exception handler
upgrade gradio sdk version to 5.23.0
remove gradio from requirements - let HF Space handle it
pin gradio version and fix audio dependency
upgrade gradio version to fix pyaudiooop error
upgrade gradio version to fix pyaudiooop error
fix README yaml header for HF Spaces
remove raw HTML files - too large for HF Spaces
add Gradio app and README for HuggingFace Space deployment
add ReAct multi-step reasoning agent
RAG agent working end-to-end - retrieval + LLM answering from real 10-K filings
add llm.py - local Ollama inference working
RAG pipeline working - vector store + semantic search on real 10-K filings
add embedder - sentence-transformers local embeddings working
add chunker with XBLR metadata filtering
add HTML parser -3 10-K fillings converted to clean text
add SEC EDGAR downloader + 3 real 10-K filings
initial project setup
