Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 510 Bytes

Simple CHATBOT using Langchain

Overview

This project requires an API key for LangChain and Gemini API to run.

Setup

Prerequisites

  • Ensure you have Docker installed.

Environment Variables

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