Skip to content

rijalghodi/linguatube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Linguatube

Learn english through watching Youtube

Installation

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

Environment Variable

This app requires several environment variables. Open the .env-example file, rename it to .env, and complete the fields.

Launch App

langchain serve

Running in Docker

This project folder includes a Dockerfile that allows you to easily build and host your LangServe app.

Building the Image

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.