https://github.com/developersdigest/ollama-tool-calling-langchain-examples
Example on how to use tool calls with Ollama + Langchain.js
https://github.com/developersdigest/ollama-tool-calling-langchain-examples
Last synced: 11 months ago
JSON representation
Example on how to use tool calls with Ollama + Langchain.js
- Host: GitHub
- URL: https://github.com/developersdigest/ollama-tool-calling-langchain-examples
- Owner: developersdigest
- Created: 2024-08-03T13:12:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T13:12:50.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:08:40.572Z (11 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gemma2-2b-ollama-function-calling
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
# ollama-tool-calling-langchain-examples