Skip to content

JedhaBootcamp/Sample_Langchain_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Langchain basics

This is a basic application that runs an LLM application using Langchain and Langserve.

Requirements

You need to have:

  • Mistral Account to get a Mistral API Key
  • Docker installed

Run the application

To run the application simply:

docker run -p 7860:7680 -e MISTRAL_API_KEY=REPLACE_WITH_YOUR_MISTRAL_API_KEY jedha/langchain-base

And then open web browser and go to:

This endpoint will prompt you to a web page to test the /chain endpoint.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published