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

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