https://github.com/matt-dionis/langchain-weather
https://github.com/matt-dionis/langchain-weather
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matt-dionis/langchain-weather
- Owner: Matt-Dionis
- Created: 2023-07-15T00:13:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T00:14:05.000Z (about 2 years ago)
- Last Synced: 2025-02-03T07:38:06.705Z (8 months ago)
- Language: JavaScript
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# langchain-ts-starter
Boilerplate to get started quickly with the [Langchain Typescript SDK](https://github.com/hwchase17/langchainjs).
This uses the same tsconfig and build setup as the [examples repo](https://github.com/hwchase17/langchainjs/tree/main/examples), to ensure it's in sync with the official docs.
# What's included
- Typescript
- .env file configuration
- ESLint and Prettier for formatting
- Turborepo to quickly run build scripts
- `tsup` to bundle Typescript code
- `tsx` to quickly run compiled code# How to use
- Clone this repository
- `npm install`
- Write your code in `src`
- `npx turbo run build lint format` to run build scripts quickly in parallel
- `npm start` to run your program