Google announces Firebase Genkit with Ollama support

· Source: Ollama Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Novice, quick

Summary

Google announced Firebase Genkit at Google IO 2024, an open-source framework designed for developers to build, deploy, and monitor AI-powered applications. Released on May 20, 2024, Genkit includes native support for Ollama, enabling users to run Google's open-source Gemma model locally on their machines. The framework is compatible with MacOS, Windows, Linux, and Docker environments. Developers can get started by installing Genkit via npm, pulling the Gemma model using Ollama, and then initializing a new Node.js project. This setup allows Genkit to run locally on localhost:4000, providing a development environment for generative AI applications. NVIDIA also offers optimizations for Firebase Genkit on RTX GPUs.

Key takeaway

For AI Architects evaluating new generative AI development tools, Firebase Genkit offers a robust open-source framework with local model execution capabilities via Ollama. You should consider integrating Genkit into your development workflow to streamline the building, deployment, and monitoring of AI-powered applications, especially if local control over models like Gemma is a priority for your projects.

Key insights

Firebase Genkit is an open-source framework for building and deploying AI apps, supporting local model execution via Ollama.

Principles

Method

Install Genkit, pull the Gemma model with Ollama, initialize a Node.js project, and run Genkit locally to develop AI applications.

In practice

Topics

Code references

Best for: AI Architect, AI Engineer, Machine Learning Engineer, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Ollama Blog.