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: 2 months 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T09:32:39.000Z (4 months ago)
- Last Synced: 2024-07-31T09:14:42.305Z (3 months 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: 4.82 MB
- Stars: 78
- Watchers: 1
- Forks: 6
- Open Issues: 12
-
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### 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### 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
💻 📖 ⚠️
## 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)