CoolFace
Apppublic

eraxes/rag-chatbot

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
18 commits on main
9a90a893mo ago

docs: add live demo link to README

eraxes
60918c13mo ago

fix(ui): self-host compiled Tailwind CSS instead of CDN script

eraxes
909e3b83mo ago

fix(deploy): run Docker image as non-root user (HF Spaces convention)

eraxes
55a89d93mo ago

feat(deploy): Dockerfile + Hugging Face Spaces config

eraxes
ec0b18a3mo ago

docs: add README evaluation section and provider/setup updates

eraxes
7f8a82e3mo ago

test(evals): add Beta distractor document for cross-document eval

eraxes
ea249823mo ago

feat(evals): add evaluation harness (recall + LLM-as-a-judge)

eraxes
94d79b83mo ago

fix(ingestion): contextual chunking to preserve document attribution

eraxes
0935f1d3mo ago

feat(llm): add Groq provider and per-call provider/model override

eraxes
3bc47c43mo ago

docs: README and sample document

eraxes
e43c0bb3mo ago

chore: run script and preview launch config

eraxes
313fa403mo ago

feat: FastAPI endpoints and frontend serving

eraxes
1cd34133mo ago

feat: single-page web UI (AI-Native design)

eraxes
762ab9d3mo ago

feat: RAG retrieval and grounded generation with citations

eraxes
ab72c043mo ago

feat: provider-agnostic LLM layer (Gemini/Claude)

eraxes
620b4dd3mo ago

feat: local embeddings and ChromaDB vector store

eraxes
40e982e3mo ago

feat: settings and Pydantic API schemas

eraxes
612a2113mo ago

chore: project scaffolding (deps, .gitignore, .env example)

eraxes