Skip to content

SomovMike/appRAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG Application

Overview

Simple ChatBot with Retrieval Augmented Generation system, which allows users to upload PDF documents, processes their text, and generates detailed answers based on the document content.

Installation and Usage

  1. Install Ollama and download models with following commands:
ollama pull llama3.2:3b
ollama pull nomic-embed-text:latest
  • llama3.2:3b for generating responses.
  • nomic-embed-text:latest for generating embeddings.
  1. Install Python Dependencies
pip install -r requirements.txt
  1. Start the Application
python app.py

The app will start in development mode by default and can be accessed at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published