/chat_to_code_penal

Basic RAG application based on langchain, and the french "Code pénal".

Primary LanguageJupyter Notebook

chat_to_code_penal

Setup

  1. Install the requirements

pip install -r requirements.txt

  1. Create a .env file with your OpenAI API key

echo "OPENAI_API_KEY=your-api-key" >> .env