Skip to content

tigranvardanyan15/rag-mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot for website

Setup

Create virtual environment.

$ pyenv shell 3.12.0
$ poetry self update 1.8.3
$ poetry install

Install pre-commit.

$ poetry run pre-commit install
$ poetry run pre-commit install --hook-type commit-msg

Prerequisites

Create .env file from .env.example and replace values if necessary.

$ cp .env.example .env

LLM client

Create access token in hugginface website and put in .env file.

Populate data into vector database

Run the script:

$ python -m data.populate

Run application

Run application and open localhost with provided port for UI.

$ python -m app.main

About

Simple RAG project that answers questions about the content of website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published