-
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…
-
I followed a [zero_to_hero_guide](https://github.com/meta-llama/llama-stack/blob/main/docs/zero_to_hero_guide/00_Inference101.ipynb) and am facing this issue for
```
llama_models==0.0.54
llama_sta…
-
When attempting to execute the new pull- and switch-model commands, I am having issues connecting to the ollama container to finish the fetch.
**To Reproduce**
1. Start the discord and ollama cont…
-
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…
-
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…
-
### 🐛 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…
-
Hello. Your ChromaDB looks very interesting and I spent a good amount of time trying to pull it into my little hobby project. Unfortunately, I'm at that point where the error is beyond my comprehensi…
-
### 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…
-
### Documentation Issue Description
This page made it seem easy to go create a RAG CLI with a local model (e.g., Llama)
https://docs.llamaindex.ai/en/stable/getting_started/starter_tools/rag_cli/
…