hostari / langchain-ts-starter

Langchain.js template to get started quickly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

langchain-ts-starter

Boilerplate to get started quickly with the Langchain Typescript SDK.

This uses the same tsconfig and build setup as the examples repo, 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
  • tsx to quickly run compiled code

How to use

  • Clone this repository
  • npm install
  • Write your code in src
  • turbo run build lint check to run build scripts quickly in parallel
  • npm start to run your program

About

Langchain.js template to get started quickly


Languages

Language:JavaScript 79.2%Language:TypeScript 20.8%