This is a high-level README. For detailed guide on how to use this project, please refer to the Medium Article
- Clone the reop:
git clone git@github.com:kenzic/simple-langsmith-demo.git
- Install dependencies:
yarn
- Move .env.example to .env and fill in the following values:
LANGCHAIN_API_KEY=<your-api-key>
# OpenAI API is used to make calls to LLM, but not required for using LangSmith
OPENAI_API_KEY=<your-openai-api-key>
- run
yarn start
- run
yarn start
- Go to LangSmith and view results.
- Review Run Trace.