LangChain
This example is a basic "hello world" of using LangChain with Ollama using Node.js and Typescript.
Running the Example
-
Install the prerequisites:
npm install
-
Ensure the mistral
model is available:
ollama pull mistral
-
Run the example:
npm start