You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matt Williams 5a85070c22
Update readmes, requirements, packagejsons, etc for all examples (#1452)
2 years ago
..
README.md Update readmes, requirements, packagejsons, etc for all examples (#1452) 2 years ago
main.ts Update readmes, requirements, packagejsons, etc for all examples (#1452) 2 years ago
package-lock.json Update readmes, requirements, packagejsons, etc for all examples (#1452) 2 years ago
package.json Update readmes, requirements, packagejsons, etc for all examples (#1452) 2 years 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
    
  2. Ensure the mistral model is available:

    ollama pull mistral
    
  3. Run the example:

    npm start