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
    
  2. Ensure the mistral model is available:

    ollama pull mistral
    
  3. Run the example:

    npm start