Learn english through watching Youtube
Install the LangChain CLI if you haven't yet
pip install -U langchain-cli
Also, install poetry to manage packages
pip install poetry
Install packages
poetry install
This app requires several environment variables. Open the .env-example
file, rename it to .env, and complete the fields.
langchain serve
This project folder includes a Dockerfile that allows you to easily build and host your LangServe app.
To build the image, you simply:
docker build . -t my-langserve-app
If you tag your image with something other than my-langserve-app
,
note it for use in the next step.