Skip to content

muzanxdem/llama-RAG-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a RAG Document Chatbot using Llama LLM Models

Overview

A Retrieval-Augmented Generation (RAG) chatbot powered by the Ollama platform, designed to deliver precise and context-aware responses by combining document retrieval with generative AI. The system efficiently indexes and retrieves relevant documents, seamlessly integrating them into AI-generated conversational responses, making it an ideal solution for knowledge management and customer support applications.

Architecture

image

Install the Requirements

pip3 install -r requirements

Run the Flask Application

python3 app.py

Usage

Create a new Session

image

Open the sessions created

image

Upload and Process the document

Wait until the document finished process image

Start Chat with your document

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published