Skip to content

Ajmalniz/cloudNative-chatbot-langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published