Skip to content

binhvd/Retrieval-Augmented-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Download and setup an Ubuntu container

docker run -p 8501:8501 --name rag -it -d ubuntu:22.04

Log into the container

docker exec -it rag bash

Install Vim, Python3 and pip

apt update apt install vim python3 python3-pip

Install Python libraries

pip install -r requirements.txt

Add OpenAI API Key

vim App.py

Run the app

streamlit run App.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published