Skip to content

A simple Python server to explore the main features of LangChain

Notifications You must be signed in to change notification settings

RaymondMik/langchain-llm-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Flask server is available to explore the primary features of LangChain. This was used as a companion resource for the 'LangChain for LLM Application Development' course offered by DeepLearningAI.

To get started, in the root folder:

python3 -m venv .venv . .venv/bin/activate pip3 install -r requirements.txt flask --app main run

About

A simple Python server to explore the main features of LangChain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages