An skeleton for LLMs related developing using Langchain with Typescript.
Just the basics to prevent reinit from totally scratch:
- JS Langchain
- Langgraph
- Ollama langchain integration.
- Dotenvx
Clone .env.example and replace with your custom env, then just invoke:
import { getEnv } from '../env.js'
getEnv('YOUR_ENV_KEY')