/ts-langchain-skeleton

Skeleton to build LLM based projects with langchain and typescript

Primary LanguageTypeScriptMIT LicenseMIT

Typescript langchain skeleton

👉 Description

An skeleton for LLMs related developing using Langchain with Typescript.

❔ What includes?

Just the basics to prevent reinit from totally scratch:

⚙️ Env

Clone .env.example and replace with your custom env, then just invoke:

import { getEnv } from '../env.js'

getEnv('YOUR_ENV_KEY')