Skip to content

Firebase Genkit

## Awesome Genkit [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![lint](https://github.com/xavidop/awesome-genkit/actions/workflows/lint.yaml/badge.svg)](https://github.com/xavidop/awesome-genkit/actions/workflows/lint.yaml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/xavidop/awesome-genkit/) A collection of awesome things regarding the Genkit ecosystem.

Code Of Conduct Contribution guide Contributors

Shows an illustrated sun in light mode and a moon with stars in dark mode. 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.

Plugins

JavaScript - Official

  1. Model / Embedding Plugins
  2. @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.
  3. @genkit-ai/googleai - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API.
  4. genkitx-ollama - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.
  5. Vector Store Plugins
  6. genkitx-pinecone - Plugin for Pinecone Vector Stores.
  7. genkitx-chromadb - Plugin for Chroma Vector Stores.
  8. @genkit-ai/dev-local-vectorstore - Plugin for Local Vector Store for development purposes.
  9. Monitoring Plugins
  10. @genkit-ai/google-cloud - The Google Cloud plugin exports Genkit's telemetry and logging data to Google Cloud's operation suite.
  11. Other Plugins
  12. @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.
  13. @genkit-ai/express - Express plugin provides an Express middleware for Genkit.

JavaScript - Community

  1. Model / Embedding Plugins
  2. genkitx-github - Plugin for GitHub Models APIs.
  3. genkitx-anthropic - Plugin for Anthropic AI APIs.
  4. genkitx-cohere - Plugin for Cohere APIs.
  5. genkitx-groq - Plugin for Groq APIs.
  6. genkitx-mistral - Plugin for Mistral AI APIs.
  7. genkitx-openai - Plugin for OpenAI APIs.
  8. genkitx-azure-openai - Plugin for Azure OpenAI APIs.
  9. genkitx-aws-bedrock - Plugin for AWS Bedrock APIs.
  10. genkitx-deepseek - Plugin for Deepseek Cloud APIs.
  11. genkitx-huggingface - Plugin for Hugging Face Inference APIs.
  12. Vector Store Plugins
  13. genkitx-convex - Plugin for Convex Vector Stores.
  14. genkitx-hnsw - Plugin for HNSW Vector Stores.
  15. genkitx-qdrant - Plugin for Qdrant Vector Stores.
  16. genkitx-astra-db - Plugin for AstraDB Vector Stores.
  17. genkitx-pgvector - Plugin for PostgeSQL (PGVector) Vector Stores.
  18. genkitx-tidb - Plugin for TiDB Vector Stores.
  19. genkitx-redis - Plugin for Redis Vector Stores.
  20. genkitx-voiceflow - Plugin for Voiceflow KB.
  21. Evaluator Plugins
  22. genkitx-promptfoo - Plugin for Promptfoo Evaluations.
  23. Other Plugins
  24. genkitx-graph - Plugin for building Graph workflows.
  25. @invertase/genkit-plugin-redis - A Redis Plugin for Genkit that adds Redis for efficient state storage, trace storage, caching, and rate limiting.
  26. genkitx-rxjs - A simple RxJS helper/adapter for Genkit.
  27. @agentic/genkit - Agentic Tools adapter for the Genkit SDK.

Python - Official

  1. Model / Embedding Plugins
  2. google-genai - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API & Vertex AI models.
  3. ollama - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.
  4. Vector Store Plugins
  5. firestore - The Firestore plugin provides interfaces to the Firestore vector store.
  6. dev_local_vectorstore - Plugin for Local Vector Store for development purposes.
  7. Other Plugins:
  8. flask - Flask plugin for building web applications with Genkit.

Golang - Official

  1. Model / Embedding Plugins
  2. googlegenai - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API & Vertex AI Models.
  3. ollama - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.
  4. Vector Store Plugins
  5. pinecone - Plugin for Pinecone Vector Stores.
  6. localvec - Plugin for Local Vector Store for development purposes.
  7. pgvector - Plugin for PostgreSQL (PGVector) Vector Stores.
  8. Monitoring Plugins
  9. googlecloud - The Google Cloud plugin exports Genkit's telemetry and logging data to Google Cloud's operation suite.

Golang - Community

  1. Model / Embedding Plugins
  2. openai - Plugin for OpenAI APIs.

API References

  1. JavaScript - Specs for the JavaScript API.
  2. Python - Specs for the Python API.
  3. Golang - Specs for the Golang API.

Solutions

  • internal AI - An open-source Genkit-based internal AI chat application.

Talks

Videos

Articles

Tutorials

  • Slack Bot App - A tutorial on how to build a Slack Bot App with Genkit.

Follow

Contributors

Thanks goes to these contributors!