Faniyi/Apextech-knowledge-base
updated docs
fix: flatten model download RUN command to single line (avoid IndentationError)
fix: set PYTHONPATH=/app before RUN steps so rag module is importable during build
fix: rewrite Dockerfile for HuggingFace Spaces compatibility
fix: add HuggingFace Spaces YAML frontmatter to README
updated readme and added query questions
docs: add 150-question test bank and detailed HuggingFace deployment guide
chore: commit user edits to Dockerfile, README, UI and remove improvements.md
feat: add Dockerfile and HuggingFace Spaces deployment config
feat: LLM-based greeting classifier, retries/timeouts, deployment prep
cleanup
feat: implement hybrid search and query rewriting
feat: modularize RAG architecture and implement evaluation framework
docs: add UI screenshots to README
fix: improve query routing, source display, and greeting handling in UI
Remove user mode demo image from README
Update README to remove Developer Mode image
feat: initial RAG pipeline with dual-mode Chainlit UI and auto-ingestion
added metrics
Add RAG query answering pipeline and Chainlit UI with source tracking and metrics display
Add document ingestion pipeline: loading, normalization, deduplication, chunking, and Chroma vector store creation
Initial commit
