Skip to content

Kkundan/rag-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Getting Started

###Prerequisites - Python 3.10 or 3.11 - Poetry (Follow this Poetry installation tutorial to install Poetry on your system)

###Installation

  1. Clone the repository:

    <!-- TODO: UPDATE TO MY  -->
    git clone https://github.com/Kkundan/
    cd rag-chatbot
  2. Install dependencies using Poetry:

    poetry install --no-root
  3. Set up your environment variables:

  • Rename the .env.example file to .env and update the variables inside with your own values. Example:

    mv .env.example .env
  1. Activate the Poetry shell to run the examples:

    poetry shell
  2. Run the code examples:

     python 1_chat_models/1_chat_model_basic.py

About

rag-chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages