/langchainjs

Primary LanguageTypeScript

LangChainJS

A TypeScript implementation of LangChain for NodeJS

Functionality

This is a work in progress, please check back soon for more updates!

Currently implemented

  • LLMs (only generate() currently supported)
    • BaseLLM
    • LLM
    • OpenAI
  • Prompts (only format() currently supported)
    • BasePromptTemplate
    • PromptTemplate