An open API service indexing awesome lists of open source software.

https://github.com/kenzic/simple-langsmith-demo

Simple LangChain app used to demo LangSmith
https://github.com/kenzic/simple-langsmith-demo

javascript langchain langsmith

Last synced: 6 months ago
JSON representation

Simple LangChain app used to demo LangSmith

Awesome Lists containing this project

README

          

# Simple LangSmith Demo

> This is a high-level README. For detailed guide on how to use this project, please refer to the [Medium Article]()

## Setup
1. Clone the reop: `git clone git@github.com:kenzic/simple-langsmith-demo.git`
2. Install dependencies: `yarn`
3. Move .env.example to .env and fill in the following values:
```
LANGCHAIN_API_KEY=

# OpenAI API is used to make calls to LLM, but not required for using LangSmith
OPENAI_API_KEY=
```
4. run `yarn start`

## Usage

1. run `yarn start`
2. Go to [LangSmith](https://smith.langchain.com/) and view results.
3. Review Run Trace.