Skip to content

notebook-ollama

Version 2026.144.1443
Repo superproject

Ollama integration notebook collection Provisions Ollama (https://ollama.ai) integration notebooks into the workspace volume’s ollama/ subdirectory at deploy time. Producer 00_Ollama_Requests demonstrates the local-LLM HTTP API; consumers exercise specific patterns (chat, RAG, embeddings, tool calling). Pairs naturally with the charly-ollama:ollama server layer for a self-contained local LLM stack. Data-only — no packages, no services.

This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.

Intent Step
check the ollama subdirectory is provisioned in the workspace
check the Ollama_Requests producer notebook is present
check the Ollama_Requests producer notebook is staged in the image data tree
check the notebooks.yaml manifest cataloguing the collection is staged
check a substantial collection of integration notebooks is staged, not just the producer
agent-check the notebooks span the documented client libraries (requests, OpenAI-compatible, native ollama, HuggingFace, Anthropic-style) as runnable examples
check file=/data/workspace/ollama
check file=/data/workspace/ollama/02_Ollama_OpenAI.ipynb
check file=/data/workspace/ollama/03_Ollama_Library.ipynb
check file=/data/workspace/ollama/05_Ollama_Anthropic.ipynb