Skip to content

Latheeshroy06/RAG-COPILOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 RAG Copilot

An AI-powered document search and knowledge retrieval chatbot built with RAG pipeline.

Features

  • 📄 Upload PDF, TXT, DOCX documents
  • 🔍 Semantic search using ChromaDB
  • 🤖 AI answers using Groq LLM
  • 📚 Source citations
  • 💬 Multi-turn conversations

Tech Stack

  • LangChain
  • ChromaDB
  • Groq LLM (llama-3.1-8b-instant)
  • HuggingFace Embeddings
  • Streamlit

How to Run

pip install -r requirements.txt
streamlit run app.py

##s Project Structure

RAG_PROJECT/
├── ingestion/      # Document loading & chunking
├── vectorstore/    # ChromaDB embeddings
├── rag/            # RAG pipeline
├── Data/           # Your documents
├── app.py          # Streamlit UI
└── main.py         # CLI interface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages