Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thefireco/genkit-plugins
Community Plugins for Genkit (OpenAI, Groq, Anthropic, Cohere, etc)
https://github.com/thefireco/genkit-plugins
ai cohere-ai embedders firebase genkit genkit-plugin genkitx groq mistral openai plugin vector-database
Last synced: about 4 hours ago
JSON representation
Community Plugins for Genkit (OpenAI, Groq, Anthropic, Cohere, etc)
- Host: GitHub
- URL: https://github.com/thefireco/genkit-plugins
- Owner: TheFireCo
- License: apache-2.0
- Created: 2024-05-06T16:17:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T09:51:35.000Z (6 days ago)
- Last Synced: 2025-01-21T21:04:07.278Z (about 9 hours ago)
- Topics: ai, cohere-ai, embedders, firebase, genkit, genkit-plugin, genkitx, groq, mistral, openai, plugin, vector-database
- Language: TypeScript
- Homepage: https://thefireco.github.io/genkit-plugins/
- Size: 3.85 MB
- Stars: 116
- Watchers: 3
- Forks: 22
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
![Firebase Genkit Community Plugins](https://github.com/TheFireCo/genkit-plugins/blob/main/assets/genkit-plugins.png?raw=true)
Community Plugins for Google Firebase Genkit
This repository contains community plugins for
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). π₯## Available plugins
### Model / Embedding Plugins
- [`genkitx-anthropic`](plugins/anthropic/README.md) - Plugin for Anthropic AI APIs
- [`genkitx-cohere`](plugins/cohere/README.md) - Plugin for Cohere APIs
- [`genkitx-groq`](plugins/groq/README.md) - Plugin for Groq APIs
- [`genkitx-mistral`](plugins/mistral/README.md) - Plugin for Mistral AI APIs
- [`genkitx-openai`](plugins/openai/README.md) - Plugin for OpenAI APIs
- [`genkitx-azure-openai`](plugins/azure-openai/README.md) - Plugin for Azure OpenAI APIs### Vector Store Plugins
- [`genkitx-convex`](plugins/convex/README.md) - Plugin for Convex Vector Stores
- [`genkitx-hnsw`](plugins/hnsw/README.md) - Plugin for HNSW Vector Stores
- [`genkitx-milvus`](plugins/milvus/README.md) - Plugin for Milvus Vector Database### Other Plugins
- [`genkitx-graph`](plugins/graph/README.md) - Plugin for building Graph workflows
## Installation
Install the plugin in your project with your favorite package manager. For example, for `genkitx-openai`:
- `npm install genkitx-openai`
- `yarn add genkitx-openai`
- `pnpm add genkitx-openai`## Usage
Usage examples of the plugins are available [here](https://github.com/TheFireCo/genkit-plugins/blob/main/examples/README.md).
For more detailed information on how to use Genkit plugins, please refer to the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
## Showcase
Products built with `genkit-plugins`:
- π₯ **[Fireview](https://fireview.dev)** - Notion for your Firestore data
- π **[Giftit](https://giftit.social)** - an award-winning social gifting app (mobile)## Contributing
Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/TheFireCo/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
> [!NOTE]
> This repository depends on Google's Firebase Genkit. For issues and questions related to Genkit, please refer to instructions available in [Genkit's repository](https://github.com/firebase/genkit).Reach out by opening a discussion on [Github Discussions](https://github.com/TheFireCo/genkit-plugins/discussions).
## Credits
This repository is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). π₯
## Contributors
David Oort Alonso
π» π π§ β οΈ
Matteo Agnoletto
π» π β οΈ π§
Giorgio Garasto
π» π β οΈ
Tommaso Bendinelli
π» π β οΈ
Vukasin Bozic
π» π β οΈ
Georg Ye
π» π β οΈ
Michael Doyle
π» π
Surahutomo Aziz Pradana
π» π β οΈ
DK
π» π β οΈ
Shuyoou
π» π β οΈ
Jacob Cable
π» β οΈ π
Xavier Portilla Edo
π» β οΈ π
MichaΕ TuszyΕski
π» β οΈ
## License
This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202%2E0-lightgrey.svg)](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE)