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
- Host: GitHub
- URL: https://github.com/kenzic/simple-langsmith-demo
- Owner: kenzic
- License: mit
- Created: 2024-05-11T21:57:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T22:23:54.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:24:49.034Z (8 months ago)
- Topics: javascript, langchain, langsmith
- Language: JavaScript
- Homepage: https://medium.com/@kenzic/getting-started-langsmith-for-javascript-llm-apps-0bb8059a83ee
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.