-
Currently, the Ollama client does not support tools (cf. https://github.com/lmos-ai/arc/blob/main/arc-ollama-client/src/main/kotlin/OllamaClient.kt#L94). Ollama itself, in principle, supports tools, n…
-
While testing on two laptops the last two weeks I was discovering various issues caused by ollama version differences.
On laptop 1: could not run granite3-dene well. seem ollama itself was "stuck" at…
-
```python
import simplemind as sm
from simplemind.providers.ollama import Ollama
sm.settings.DEFAULT_LLM_PROVIDER = "ollama"
Ollama.DEFAULT_MODEL = "llama3.1"
print(sm.generate_text("hi"))
`…
-
Hi Lennart,
thanks for the library. I'm trying to use it to enforce a json format in a classification task on Ollama models:
messages = [
{"role": "system", "content": sys_prompt},…
-
For some reason I have to use ollama (version is 0.3.3) in my docker network and when I add two containers together and embed via ollama.embeddings it shows:
` File "/home/test.py", line 22, in
…
-
I don't know why but I'm encountering this problem with the library. Here I show my simple script:
```python
import ollama
client = ollama.Client(host=llm_config["base_url"], timeout=600)
clie…
-
### 🐛 Describe the bug
##First sample is for Qdrant server and ollama
import os
import subprocess
from collections import deque
from mem0 import Memory
# Configuration for Mem0 and Ollama
c…
-
Hi, thanks, that's very interesting.
I'd like to know if you've ever had `Unclosed client session` errors. It's the second time I use mcts functions with open-webui, and each time I have these erro…
-
### What is the issue?
Since Ollama `0.4.3` the environment variable `HTTPS_RPOXY` is ignored. My old deployment ran with Ollama `0.4.1` without any problems.
Should be reproducible:
```bash
$…
-
### Issue
I am receiving the following error when attempting to use my local Llama instance of qwen2.5-coder-32b-instruct. (Ubuntu 24.04) When starting aider and pointing to my ollama instance with…