Releases: DaringSVM20/rag-system
Releases · DaringSVM20/rag-system
Release list
v1.2.0 — Now with a face
This version adds a Streamlit UI so you don't have to live in the terminal anymore.
What's new:
- Browser-based chat interface for both pipelines
- Paste a GitHub URL in the codebase assistant — it clones, indexes, and cleans up automatically
- PDF upload directly from the browser
- Chat history persists across questions in a session
- Hardware guide in README for model recommendations across different specs
Run it:
uv run streamlit run app.py
v1.1.0 - Codebase Assistant
This version includes a Codebase assistant pipeline, which has Language-aware chunking. This extends the usefulness of this project letting you use it to ask queries regarding any local code files in your system.
v1.0.0 - MVP
This is a RAG project which involves using an OLLAMA model running locally and using that to answer questions. The current release is an MVP and more features are going to be added very soon. Thankyou.