This is a basic application that runs an LLM application using Langchain and Langserve.
You need to have:
- Mistral Account to get a Mistral API Key
- Docker installed
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.