|
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 年之前 |
This example is a basic "hello world" of using LangChain with Ollama using Node.js and Typescript.
Install the prerequisites:
npm install
Ensure the mistral
model is available:
ollama pull mistral
Run the example:
npm start