A collection of awesome things regarding the Genkit ecosystem.
Code Of Conduct Contribution guide Contributors
Genkit is a framework designed to help you build AI-powered applications and features. It provides open source libraries for Node.js and Go, plus developer tools for testing and debugging.
@genkit-ai/vertexai
- The Vertex AI plugin provides interfaces to several AI services:
Google generative AI models, A subset of evaluation metrics through the
Vertex AI Rapid Evaluation API, Vector Search.@genkit-ai/googleai
- The Google Generative AI plugin provides interfaces to Google’s Gemini
models through the Gemini API.genkitx-ollama
- The Ollama plugin provides interfaces to any of the local LLMs
supported by Ollama.genkitx-pinecone
- Plugin for Pinecone Vector Stores.genkitx-chromadb
- Plugin for Chroma Vector Stores.@genkit-ai/dev-local-vectorstore
- Plugin for Local Vector Store for development purposes.@genkit-ai/google-cloud
- The Google Cloud plugin exports Genkit’s telemetry and logging data to
Google Cloud’s operation suite.@genkit-ai/firebase
- Firebase plugin provides several integrations with Firebase services:
Indexers and retrievers using Cloud Firestore vector store, Trace
storage using Cloud Firestore, Flow deployment using Cloud Functions,
Authorization policies for Firebase Authentication users.@genkit-ai/express
- Express plugin provides an Express middleware for Genkit.genkitx-github
- Plugin for GitHub Models APIs.genkitx-anthropic
- Plugin for Anthropic AI APIs.genkitx-cohere
- Plugin for Cohere APIs.genkitx-groq
- Plugin for Groq APIs.genkitx-mistral
- Plugin for Mistral AI APIs.genkitx-openai
- Plugin for OpenAI APIs.genkitx-azure-openai
- Plugin for Azure OpenAI APIs.genkitx-aws-bedrock
- Plugin for AWS Bedrock APIs.genkitx-deepseek
- Plugin for Deepseek Cloud APIs.genkitx-huggingface
- Plugin for Hugging Face Inference APIs.genkitx-convex
- Plugin for Convex Vector Stores.genkitx-hnsw
- Plugin for HNSW Vector Stores.genkitx-qdrant
- Plugin for Qdrant Vector Stores.genkitx-astra-db
- Plugin for AstraDB Vector Stores.genkitx-pgvector
- Plugin for PostgeSQL (PGVector) Vector Stores.genkitx-tidb
- Plugin for TiDB Vector Stores.genkitx-redis
- Plugin for Redis Vector Stores.genkitx-voiceflow
- Plugin for Voiceflow KB.genkitx-promptfoo
- Plugin for Promptfoo Evaluations.genkitx-graph
- Plugin for building Graph workflows.@invertase/genkit-plugin-redis
- A Redis Plugin for Genkit that adds Redis for efficient state storage,
trace storage, caching, and rate limiting.genkitx-rxjs
- A simple RxJS helper/adapter for Genkit.@agentic/genkit -
Agentic Tools adapter for the Genkit SDK.google-genai
- The Google Generative AI plugin provides interfaces to Google’s Gemini
models through the Gemini API & Vertex AI models.ollama
- The Ollama plugin provides interfaces to any of the local LLMs
supported by Ollama.firestore
- The Firestore plugin provides interfaces to the Firestore vector
store.dev_local_vectorstore
- Plugin for Local Vector Store for development purposes.flask -
Flask plugin for building web applications with Genkit.googlegenai
- The Google Generative AI plugin provides interfaces to Google’s Gemini
models through the Gemini API & Vertex AI Models.ollama
- The Ollama plugin provides interfaces to any of the local LLMs
supported by Ollama.googlecloud
- The Google Cloud plugin exports Genkit’s telemetry and logging data to
Google Cloud’s operation suite.openai
- Plugin for OpenAI APIs.dart-client-for-genkit
- A type-safe Dart client library for calling Genkit flows with
streaming support, authentication, and comprehensive error
handling.internal AI
- An open-source Genkit-based internal AI chat application.