Matt Williams 5a85070c22 Update readmes, requirements, packagejsons, etc for all examples (#1452) 1 年之前
..
README.md 5a85070c22 Update readmes, requirements, packagejsons, etc for all examples (#1452) 1 年之前
main.ts 5a85070c22 Update readmes, requirements, packagejsons, etc for all examples (#1452) 1 年之前
package-lock.json 5a85070c22 Update readmes, requirements, packagejsons, etc for all examples (#1452) 1 年之前
package.json 5a85070c22 Update readmes, requirements, packagejsons, etc for all examples (#1452) 1 年之前

README.md

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