This project requires an API key for LangChain and Gemini API to run.
- Ensure you have Docker installed.
You need to create a .env
file in the ./code directory of the project. This file should contain the following environment variables:
LANGCHAIN_API_KEY=your_langchain_api_key_here
GEMINI_API_KEY=your_gemini_api_key_here
```
5. Start the application:
docker compose up --build