CoolFace
Apppublic

bhanu-marisa/simple-rag

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
32 commits on main
bf3d80e3mo ago

feat(eval): add RAGAS evaluation script with golden dataset

bhanu-marisa
170353f4mo ago

perf(deploy): swap to MiniLM embeddings, remove flashrank to reduce cold start time

bhanu-marisa
bd4e4b04mo ago

chore(ci): update actions/checkout to v4

bhanu-marisa
31447c94mo ago

fix(ui): cache agent loading with st.cache_resource to prevent reloading on every rerun

bhanu-marisa
fadda2c4mo ago

fix(ui): resolve merge conflict

bhanu-marisa
33161aa4mo ago

feat(yaml): add HuggingFace workflow yaml

bhanu-marisa
a54fdeb4mo ago

fix(ui): call agent directly, remove FastAPI dependency for HuggingFace deployment

bhanu-marisa
c33da354mo ago

fix(deploy): Rename README for HF Spaces

bhanu-marisa
128844f4mo ago

feat(deploy): add HuggingFace Spaces support, simplify ui.py to call agent directly

bhanu-marisa
dbe35764mo ago

feat(deploy): add render.yaml for Render deployment

bhanu-marisa
21d09974mo ago

feat(deploy): add Railway config, make API_URL configurable for deployment

bhanu-marisa
f3960be4mo ago

feat(ui): add FastAPI + Streamlit chat interface

bhanu-marisa
eb371e64mo ago

docs(readme): mark level 5 complete

bhanu-marisa
e752d3d4mo ago

fix(agent): pass history to rewriter, add upfront rewrite, restore metadata filter, remove streaming delay

bhanu-marisa
4a988ee4mo ago

feat(agent): add agentic RAG with LangGraph - retrieve, grade, rewrite loop

bhanu-marisa
883ca3d4mo ago

feat(reranker): add FlashrankRerank to re-score retrieved chunks for better relevance

bhanu-marisa
de037e74mo ago

feat(rewriter): add query rewriting for follow-up questions using conversation history

bhanu-marisa
6605c394mo ago

docs(readme): mark level 4 complete, update current level

bhanu-marisa
2cd5b2b4mo ago

feat(streaming): stream LLM response word by word

bhanu-marisa
f12ba1e4mo ago

feat(citations): delegate source citations to LLM for accurate attribution

bhanu-marisa
423d6484mo ago

feat(memory): add conversation history across questions in session

bhanu-marisa
6d082cc4mo ago

docs(readme): mark level 3 complete, update current level

bhanu-marisa
7216f214mo ago

feat(retriever): add metadata filtering with [docname] prefix syntax

bhanu-marisa
a7e39204mo ago

fix(docs): clean wikipedia scraper - remove LaTeX, citations and edit tags

bhanu-marisa
1c2fb2e4mo ago

feat(retriever): add hybrid search combining BM25 keyword and MMR vector retrieval

bhanu-marisa
7ef8c914mo ago

feat(retriever): replace similarity search with MMR for diverse chunk retrieval

bhanu-marisa
a3750244mo ago

docs(readme): add full project readme with setup, architecture and roadmap

bhanu-marisa
8ea38c85mo ago

chore: add wikipedia html-to-text scraper

bhanu-marisa
5c737da5mo ago

feat(rag): upgrade to level 2 - real docs, chunking, persistent chromadb

bhanu-marisa
4767e7d5mo ago

chore(deps): add requirements.txt

bhanu-marisa
927735f5mo ago

feature: better logs, mechanisms for matching

bhanu-marisa
fb132ad5mo ago

first commit: simple rag app

bhanu-marisa