Skip to content

ZenzoSH/rag101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG Document Chat System

A Retrieval-Augmented Generation (RAG) system using Pinecone, Ollama, and Streamlit.

Features

  • 📄 Multi-document upload (PDF, TXT, MD, etc.)
  • 🔍 Semantic search with vector embeddings
  • 💬 Chat with your documents using local LLM
  • 🎨 Beautiful Streamlit UI

Setup

  1. Install dependencies:
uv sync
  1. Set up Pinecone:
   PINECONE_API_KEY = "your_key_here"
  1. Install Ollama models:
ollama pull hf.co/CompendiumLabs/bge-base-en-v1.5-gguf
ollama pull hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
  1. Run the app:
streamlit run main.py

last upadted 11 Jan 2026 at 9:47 PM Sunday 9:47 PM

Still in progress..Testing and running right now.

Usage

  1. Upload documents via sidebar
  2. Click "Process Documents"
  3. Start chatting!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages