Skip to content

scorzo/langchainQuickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langchain Quickstart

Overview

This environment is designed to let users experiment with the features of Langchain, a powerful language model toolkit.

Features

Interactive Environment: Test and interact with various Langchain features. Docker Support: Includes a Dockerfile for easy building and deploying of a containerized environment.

Running the Example

Execute this file:

python serve.py

We should see our chain being served at localhost:8000.

Playground

Every LangServe service comes with a simple built-in UI for configuring and invoking the application with streaming output and visibility into intermediate steps. Head to http://localhost:8000/category_chain/playground/ to try it out!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published