Skip to content

Releases: DaringSVM20/rag-system

v1.2.0 — Now with a face

Choose a tag to compare

@DaringSVM20 DaringSVM20 released this 06 Jul 10:44

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

Choose a tag to compare

@DaringSVM20 DaringSVM20 released this 06 Jul 10:16

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

Choose a tag to compare

@DaringSVM20 DaringSVM20 released this 06 Jul 10:04

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.