Module: Ollama

Defined in:
lib/ollama/dto.rb,
lib/ollama/client.rb,
lib/ollama/config.rb,
lib/ollama/errors.rb,
lib/ollama/options.rb,
lib/ollama/version.rb,
lib/ollama/response.rb,
lib/ollama/embeddings.rb,
lib/ollama/client/chat.rb,
lib/ollama/capabilities.rb,
lib/ollama/stream_event.rb,
lib/ollama/model_profile.rb,
lib/ollama/client/generate.rb,
lib/ollama/prompt_adapters.rb,
lib/ollama/multimodal_input.rb,
lib/ollama/schema_validator.rb,
lib/ollama/history_sanitizer.rb,
lib/ollama/prompt_adapters/base.rb,
lib/ollama/prompt_adapters/qwen.rb,
lib/ollama/prompt_adapters/gemma4.rb,
lib/ollama/client/model_management.rb,
lib/ollama/generate_stream_handler.rb,
lib/ollama/json_fragment_extractor.rb,
lib/ollama/prompt_adapters/generic.rb,
lib/ollama/prompt_adapters/deepseek.rb,
lib/ollama/client/chat_stream_processor.rb

Defined Under Namespace

Modules: Capabilities, DTO, PromptAdapters Classes: ChatNotAllowedError, Client, Config, Embeddings, Error, GenerateStreamHandler, HTTPError, HistorySanitizer, InvalidJSONError, JsonFragmentExtractor, ModelProfile, MultimodalInput, NotFoundError, Options, Response, RetryExhaustedError, SchemaValidator, SchemaViolationError, StreamError, StreamEvent, ThinkingFormatError, TimeoutError, UnsupportedCapabilityError, UnsupportedThinkingModel

Constant Summary collapse

VERSION =
"1.3.0"