README.md 341 B

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
  1. Ensure the mistral model is available:
   ollama pull mistral
  1. Run the example:
   npm start