snowflake-arctic-embed2

snowflake-arctic-embed2

Snowflake launched a new state-of-the-art embedding model! Arctic Embed 2 Run: ollama pull snowflake-arctic-embed2. Snowflake is excited to announce the release of Arctic Embed 2.0, the next iteration of our frontier embedding models, which now empower multilingual search. While our previous releases have been well received by our customers, partners and the open source community, … Read more

Qwen QwQ

QwQ-32B-Preview

Qwen QwQ is an experimental research model focused on advancing AI reasoning capabilities. QwQ-32B-Preview is an experimental model from the Qwen Team, designed to explore advanced AI reasoning capabilities. While it shows potential, it is still in the research phase and comes with several notable limitations. Key Challenges QwQ demonstrates remarkable performance across these benchmarks: … Read more

Latest Ollama Python Library Update

Latest Ollama Python Library Update

The latest update to the Ollama Python library introduces several powerful features: Getting Started Begin by installing or updating the Ollama Python library: bashCopy codepip install -U ollama Passing Python Functions as Tools 1. Define a Python Function Create a standard Python function, including type annotations for parameters and return values. Adding a Google-style docstring … Read more

Visual Studio Code now supports Ollama

Visual Studio Code now supports Ollama

The latest October 2024 update to the AI Toolkit in Visual Studio Code is a game-changer for developers, researchers, and AI enthusiasts. Packed with groundbreaking features, this release revolutionizes how users interact with generative AI models, offering unparalleled flexibility, performance, and accessibility. Among the most exciting updates: support for Ollama models. Unlocking Multi-Model Power in VS … Read more

Swift Client

Ollama Swift Client

Ollama Swift Client is a library for interacting with the Ollama API. Requirements Installation Swift Package Manager Add the following to your Package.swift file: .package(url: “https://github.com/mattt/ollama-swift.git”, from: “1.0.0”) Usage The tests and example code for this library use the llama3.2 model. Run the following command to download the model to run them yourself: Initializing the client import Ollama // Use … Read more

Ollama 0.3.13 is here

Ollama 0.3.13 is here

Ollama 0.3.13 is here! There are new safety models available! (Meta’s Llama Guard 3 and Google’s ShieldGemma). For contributors, devs have been working on a new Go runner for improved reliability and caching. Please give it a try! New safety models What’s Changed New Go runner (for contributors): Ollama is transitioning to a new Go-based … Read more

Ollama OpenAI Compatibility

Ollama OpenAI Compatibility

Ollama now offers built-in support for the OpenAI Chat Completions API, enabling seamless integration with more tools and applications locally. Setup Start by downloading Ollama and pulling a model, such as Llama 2 or Mistral: Usage Using cURL To interact with Ollama’s API, which is compatible with OpenAI’s format, adjust the hostname to http://localhost:11434: Using … Read more

What is Ollama?

What is Ollama

In the world of AI and large language models (LLMs), Ollama has emerged as a user-friendly tool for running these powerful models locally on your computer. Recently, during a visit to the LangChain offices, I came across Ollama, thanks to a cute sticker that piqued my interest. Upon asking, I learned that Ollama allows users, … Read more