##Getting Started
###Prerequisites - Python 3.10 or 3.11 - Poetry (Follow this Poetry installation tutorial to install Poetry on your system)
###Installation
-
Clone the repository:
<!-- TODO: UPDATE TO MY --> git clone https://github.com/Kkundan/ cd rag-chatbot
-
Install dependencies using Poetry:
poetry install --no-root
-
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
-
Activate the Poetry shell to run the examples:
poetry shell
-
Run the code examples:
python 1_chat_models/1_chat_model_basic.py