Skip to content

pranavbala21/chat-_with_docs_Ollama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

This project is a Retrieval-Augmented Generation (RAG) chatbot that allows users to upload documents and ask questions about them. It uses LangChain for document processing, FAISS for vector storage, and a local Mistral LLM running via Ollama.


πŸš€ Features

  • πŸ“ Upload and process PDF, TXT, and DOCX files
  • πŸ” Semantic document retrieval using FAISS
  • 🧠 Query answering using Mistral LLM via Ollama
  • 🧾 Structured output with bullet points, tables, and paragraphs
  • βœ… Local inference (no API limits or latency)

🧠 Tech Stack

Component Tool/Library
Frontend Streamlit
Embeddings intfloat/e5-small-v2
Vector Database FAISS
Document Parsing LangChain Loaders
LLM Mistral via Ollama

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages