Skip to content

Latest commit

 

History

History

langchain-typescript-simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

LangChain

This example is a basic "hello world" of using LangChain with Ollama using Node.js and Typescript.

Running the Example

  1. Install the prerequisites:

    npm install
  2. Ensure the mistral model is available:

    ollama pull mistral
  3. Run the example:

    npm start