diff --git a/.all-contributorsrc b/.all-contributorsrc
index 1d313c2a..93a1ca4b 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,6 +1,6 @@
{
"projectName": "genkit-plugins",
- "projectOwner": "TheFireCo",
+ "projectOwner": "BloomLabsInc",
"files": [
"README.md"
],
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 655470f5..2cf957b2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,4 +1,4 @@
-_Before you submit a pull request, please make sure you have read and understood the [contribution guidelines](https://github.com/TheFireCo/genkit-plugins/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/TheFireCo/genkit-plugins/blob/main/CODE_OF_CONDUCT.md)._
+_Before you submit a pull request, please make sure you have read and understood the [contribution guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CODE_OF_CONDUCT.md)._
**This pull request is related to:**
@@ -9,7 +9,7 @@ _Before you submit a pull request, please make sure you have read and understood
**I have checked the following:**
-- [ ] I have read and understood the [contribution guidelines](https://github.com/TheFireCo/genkit-plugins/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/TheFireCo/genkit-plugins/blob/main/CODE_OF_CONDUCT.md);
+- [ ] I have read and understood the [contribution guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CODE_OF_CONDUCT.md);
- [ ] I have added new tests (for bug fixes/features);
- [ ] I have added/updated the documentation (for bug fixes / features).
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 032bf047..45b47dde 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,19 +11,23 @@ Before reading further, please note that:
## Table of Contents
-1. [Code of Conduct](#code-of-conduct)
-2. [License](#license)
-3. [Questions](#questions)
-4. [Feature Requests](#feature-requests)
-5. [Reporting Bugs](#reporting-bugs)
-6. [Contributing with Code](#contributing-with-code)
- 1. [Getting Started](#getting-started)
- 2. [Finding an Issue](#finding-an-issue)
- 3. [Development Process](#development-process)
- 4. [Building the Project](#building-the-project)
- 5. [Testing](#testing)
- 6. [Automatic release draft with version bump labels](#automatic-release-draft-with-version-bump-labels)
-7. [About this document](#about-this-document)
+- [Contribution Guidelines](#contribution-guidelines)
+ - [Table of Contents](#table-of-contents)
+ - [Code of Conduct](#code-of-conduct)
+ - [License](#license)
+ - [Questions](#questions)
+ - [Feature Requests](#feature-requests)
+ - [Reporting Bugs](#reporting-bugs)
+ - [Contributing with code](#contributing-with-code)
+ - [Getting Started](#getting-started)
+ - [Option 1: Dev Container](#option-1-dev-container)
+ - [Option 2: Local install](#option-2-local-install)
+ - [Finding an Issue](#finding-an-issue)
+ - [Development Process](#development-process)
+ - [Building the Project](#building-the-project)
+ - [Testing](#testing)
+ - [Automatic release draft with version bump labels](#automatic-release-draft-with-version-bump-labels)
+ - [About this document](#about-this-document)
## Code of Conduct
@@ -35,7 +39,7 @@ By participating in this project and submitting contributions, you agree to lice
## Questions
-If you have any support questions, please open a [GitHub discussion](https://github.com/TheFireCo/genkit-plugins/discussions). The GitHub issue tracker is not for support-related requests.
+If you have any support questions, please open a [GitHub discussion](https://github.com/BloomLabsInc/genkit-plugins/discussions). The GitHub issue tracker is not for support-related requests.
## Feature Requests
@@ -47,7 +51,7 @@ Small Changes can directly be crafted and submitted to the GitHub Repository as
**If you discover a security vulnerability, do NOT open an issue. Email info@firecompany.co instead.**
-Before you submit your issue, please [search the issue archive](https://github.com/TheFireCo/genkit-plugins/issues) - your issue might have already been identified or addressed.
+Before you submit your issue, please [search the issue archive](https://github.com/BloomLabsInc/genkit-plugins/issues) - your issue might have already been identified or addressed.
If you find a bug in the source code, you can help us by submitting an issue or, even better, you can submit a Pull Request with a fix.
@@ -78,7 +82,7 @@ You can set up the local development environment as follows:
### Finding an Issue
-The list of open feature requests and bugs can be found on our on our [GitHub issue tracker](https://github.com/TheFireCo/genkit-plugins/issues). Pick an unassigned issue that you think you can accomplish and add a comment that you are attempting to do it.
+The list of open feature requests and bugs can be found on our on our [GitHub issue tracker](https://github.com/BloomLabsInc/genkit-plugins/issues). Pick an unassigned issue that you think you can accomplish and add a comment that you are attempting to do it.
### Development Process
diff --git a/LICENSE b/LICENSE
index 45906c87..2f0ec1b2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2024 The Fire Company
+ Copyright 2024 Bloom Labs Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index ca64928a..a15f228b 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,19 @@
-
+
Community Plugins for Google Firebase Genkit
@@ -52,7 +52,7 @@ Install the plugin in your project with your favorite package manager. For examp
## Usage
-Usage examples of the plugins are available [here](https://github.com/TheFireCo/genkit-plugins/blob/main/examples/README.md).
+Usage examples of the plugins are available [here](https://github.com/BloomLabsInc/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).
@@ -65,18 +65,18 @@ Products built with `genkit-plugins`:
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This repository is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This repository is proudly maintained by the team at [**Bloom Labs**](https://github.com/BloomLabsInc). 🔥
## Contributors
@@ -113,6 +113,6 @@ This repository is proudly maintained by the team at [**The Fire Company**](http
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
-[](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE)
+[](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE)
diff --git a/docs/docs/plugins/anthropic.md b/docs/docs/plugins/anthropic.md
index 1f1f91db..af296250 100644
--- a/docs/docs/plugins/anthropic.md
+++ b/docs/docs/plugins/anthropic.md
@@ -8,17 +8,17 @@ title: genkitx-anthropic
Anthropic AI Community Plugin for Google Firebase Genkit
`genkitx-anthropic` is a community plugin for using Anthropic AI and all its supported models with [Firebase Genkit](https://github.com/firebase/genkit).
@@ -111,7 +111,7 @@ export const jokeFlow = ai.defineFlow(
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -120,12 +120,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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/genkitx-openai/discussions).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkitx-openai/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/docs/docs/plugins/azure-openai.md b/docs/docs/plugins/azure-openai.md
index f72e84a1..793cc631 100644
--- a/docs/docs/plugins/azure-openai.md
+++ b/docs/docs/plugins/azure-openai.md
@@ -10,21 +10,21 @@ title: genkitx-azure-openai
Azure OpenAI Community Plugin for Google Firebase Genkit
**`genkitx-azure-openai`** is a community plugin for using Azure OpenAI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -133,11 +133,11 @@ const response = await ai.generate({
console.log(await response.text);
```
-For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/TheFireCo/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
+For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/BloomLabsInc/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -146,14 +146,14 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
-[](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE)
+[](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE)
diff --git a/docs/docs/plugins/cohere.md b/docs/docs/plugins/cohere.md
index 6c85aeb4..cd6dc3c6 100644
--- a/docs/docs/plugins/cohere.md
+++ b/docs/docs/plugins/cohere.md
@@ -8,21 +8,21 @@ title: genkitx-cohere
Cohere AI Community Plugin for Google Firebase Genkit
**`genkitx-cohere`** is a community plugin for using Cohere AI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -133,7 +133,7 @@ console.log(result.then((res) => res.text()));
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -142,12 +142,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/docs/docs/plugins/convex.md b/docs/docs/plugins/convex.md
index 5d4de418..f58d3c82 100644
--- a/docs/docs/plugins/convex.md
+++ b/docs/docs/plugins/convex.md
@@ -13,21 +13,21 @@ This plugin is currently a work in progress.
Convex Community Plugin for Google Firebase Genkit
**`genkitx-convex`** is a community plugin for using Convex Vector Stores with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -44,7 +44,7 @@ Install the plugin in your project with your favorite package manager:
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -53,12 +53,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/docs/docs/plugins/groq.md b/docs/docs/plugins/groq.md
index 39022325..5b383534 100644
--- a/docs/docs/plugins/groq.md
+++ b/docs/docs/plugins/groq.md
@@ -8,23 +8,23 @@ title: genkitx-groq
Groq Community Plugin for Google Firebase Genkit
**`genkitx-groq`** is a community plugin for using Groq APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
-
+
## Installation
@@ -125,7 +125,7 @@ console.log(result.text);
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -134,12 +134,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/docs/docs/plugins/hnsw.md b/docs/docs/plugins/hnsw.md
index 487a3b2e..e7be9023 100644
--- a/docs/docs/plugins/hnsw.md
+++ b/docs/docs/plugins/hnsw.md
@@ -3,28 +3,28 @@ id: genkitx-hnsw
title: genkitx-hnsw
---
-
+
Firebase Genkit - HNSW Vector Plugin
HNSW Community Plugin for Google Firebase Genkit
**`genkitx-hnsw`** is a community plugin for using HNSW Vector Store with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -43,7 +43,7 @@ This is a usage of Genkit plugin flow to save data into vector store with HNSW V
#### Data preparations
Prepare your data or documents in a Folder
-
+
#### Register HNSW Indexer Plugin
@@ -68,11 +68,11 @@ Execute the flow with Input and Output required parameter
- `dataPath` : Your data and other documents path to be learned by the AI
- `indexOutputPath` : Your expected output path for your Vector Store Index that is processed based on the data and documents you provided
-
+
#### Vector Store Index Result
-
+
Vector store will be saved in the defined output path. this index will be used for the prompt generation process with the HNSW Retriever plugin. you can continue the implementation by using the HNSW Retriever plugin
### Optional Parameter
@@ -121,7 +121,7 @@ In this example, Let's try to ask about the price list information of a restaura
We can type the prompt and run it, after the flow finished, you will get response enriched with specific knowledge based on your Vector Index.
-
+
### Optional Parameter
@@ -152,7 +152,7 @@ We can type the prompt and run it, after the flow finished, you will get respons
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -161,12 +161,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/docs/docs/plugins/milvus.md b/docs/docs/plugins/milvus.md
index 275937cf..6412b15e 100644
--- a/docs/docs/plugins/milvus.md
+++ b/docs/docs/plugins/milvus.md
@@ -8,21 +8,21 @@ title: genkitx-milvus
Milvus Community Plugin for Google Firebase Genkit
**`genkitx-milvus`** is a community plugin for using [Milvus](https://milvus.io/) Vector Database with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -111,7 +111,7 @@ await ai.index({ indexer: customIndexer, documents });
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -120,12 +120,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/docs/docs/plugins/mistral.md b/docs/docs/plugins/mistral.md
index cf2e5bf4..d0f3f129 100644
--- a/docs/docs/plugins/mistral.md
+++ b/docs/docs/plugins/mistral.md
@@ -8,21 +8,21 @@ title: genkitx-mistral
Mistral AI Community Plugin for Google Firebase Genkit
**`genkitx-mistral`** is a community plugin for using Mistral AI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -187,7 +187,7 @@ export const jokeFlow = ai.defineFlow(
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -196,12 +196,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/docs/docs/plugins/openai.md b/docs/docs/plugins/openai.md
index f117ad5e..80ca977e 100644
--- a/docs/docs/plugins/openai.md
+++ b/docs/docs/plugins/openai.md
@@ -10,21 +10,21 @@ title: genkitx-openai
OpenAI Community Plugin for Google Firebase Genkit
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
> [!WARNING]
> **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead:
@@ -223,11 +223,11 @@ export const customModelFlow = ai.defineFlow(
);
```
-For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/TheFireCo/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
+For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/BloomLabsInc/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md).
## Need support?
@@ -236,14 +236,14 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> 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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
-[](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE)
+[](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE)
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts
index e9148253..1d748c84 100644
--- a/docs/docusaurus.config.ts
+++ b/docs/docusaurus.config.ts
@@ -16,7 +16,7 @@ const config: Config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
- organizationName: 'TheFireCo', // Usually your GitHub org/user name.
+ organizationName: 'BloomLabsInc', // Usually your GitHub org/user name.
projectName: 'genkit-plugins', // Usually your repo name.
deploymentBranch: 'gh-pages',
trailingSlash: false,
@@ -41,7 +41,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/TheFireCo/genkit-plugins/tree/main/docs/',
+ 'https://github.com/BloomLabsInc/genkit-plugins/tree/main/docs/',
},
theme: {
customCss: './src/css/custom.css',
@@ -67,7 +67,7 @@ const config: Config = {
label: 'Plugins',
},
{
- href: 'https://github.com/TheFireCo/genkit-plugins',
+ href: 'https://github.com/BloomLabsInc/genkit-plugins',
label: 'GitHub',
position: 'right',
},
@@ -90,7 +90,7 @@ const config: Config = {
items: [
{
label: 'GitHub',
- href: 'https://github.com/TheFireCo/genkit-plugins',
+ href: 'https://github.com/BloomLabsInc/genkit-plugins',
},
],
},
@@ -108,7 +108,7 @@ const config: Config = {
],
},
],
- copyright: `Copyright © ${new Date().getFullYear()} The Fire Company`,
+ copyright: `Copyright © ${new Date().getFullYear()} Bloom Labs Inc`,
},
prism: {
theme: prismThemes.github,
diff --git a/docs/i18n/en/docusaurus-theme-classic/footer.json b/docs/i18n/en/docusaurus-theme-classic/footer.json
index bc39fd7d..8bb61213 100644
--- a/docs/i18n/en/docusaurus-theme-classic/footer.json
+++ b/docs/i18n/en/docusaurus-theme-classic/footer.json
@@ -17,7 +17,7 @@
},
"link.item.label.GitHub": {
"message": "GitHub",
- "description": "The label of footer link with label=GitHub linking to https://github.com/TheFireCo/genkit-plugins"
+ "description": "The label of footer link with label=GitHub linking to https://github.com/BloomLabsInc/genkit-plugins"
},
"link.item.label.Fireview": {
"message": "Fireview",
@@ -28,7 +28,7 @@
"description": "The label of footer link with label=Giftit linking to https://giftit.social"
},
"copyright": {
- "message": "Copyright © 2025 The Fire Company",
+ "message": "Copyright © 2025 Bloom Labs Inc",
"description": "The footer copyright"
}
}
diff --git a/examples/all-plugins/README.md b/examples/all-plugins/README.md
index bc453e67..9a51f65f 100644
--- a/examples/all-plugins/README.md
+++ b/examples/all-plugins/README.md
@@ -1,4 +1,4 @@
-
+
# Plugin usage examples
diff --git a/examples/anthropic/src/index.ts b/examples/anthropic/src/index.ts
index 568c5305..c61b0cdf 100644
--- a/examples/anthropic/src/index.ts
+++ b/examples/anthropic/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/examples/anthropic/tsup.config.ts b/examples/anthropic/tsup.config.ts
index 9047f7c2..29e3c528 100644
--- a/examples/anthropic/tsup.config.ts
+++ b/examples/anthropic/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/examples/azure-openai/src/index.ts b/examples/azure-openai/src/index.ts
index 06a9cf40..1c2c633c 100644
--- a/examples/azure-openai/src/index.ts
+++ b/examples/azure-openai/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/examples/openai/src/index.ts b/examples/openai/src/index.ts
index 466617c2..860aec2f 100644
--- a/examples/openai/src/index.ts
+++ b/examples/openai/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/anthropic/README.md b/plugins/anthropic/README.md
index f619f85d..4cf27eae 100644
--- a/plugins/anthropic/README.md
+++ b/plugins/anthropic/README.md
@@ -1,21 +1,21 @@
-
+
Firebase Genkit <> Anthropic AI Plugin
Anthropic AI Community Plugin for Google Firebase Genkit
`genkitx-anthropic` is a community plugin for using Anthropic AI and all its supported models with [Firebase Genkit](https://github.com/firebase/genkit).
@@ -115,12 +115,12 @@ Want to contribute to the project? That's awesome! Head over to our [Contributio
> \[!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/genkitx-openai/discussions).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkitx-openai/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/anthropic/package.json b/plugins/anthropic/package.json
index 4f1b897c..9f8b7a14 100644
--- a/plugins/anthropic/package.json
+++ b/plugins/anthropic/package.json
@@ -20,10 +20,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/anthropic"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"peerDependencies": {
"genkit": "^1.15.0"
diff --git a/plugins/anthropic/src/claude.test.ts b/plugins/anthropic/src/claude.test.ts
index 3a883881..972c39e7 100644
--- a/plugins/anthropic/src/claude.test.ts
+++ b/plugins/anthropic/src/claude.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/anthropic/src/claude.ts b/plugins/anthropic/src/claude.ts
index 2a5a588d..75d30292 100644
--- a/plugins/anthropic/src/claude.ts
+++ b/plugins/anthropic/src/claude.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/anthropic/src/index.ts b/plugins/anthropic/src/index.ts
index 2b6f3d3c..be61a51f 100644
--- a/plugins/anthropic/src/index.ts
+++ b/plugins/anthropic/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/anthropic/tsup.config.ts b/plugins/anthropic/tsup.config.ts
index 9047f7c2..29e3c528 100644
--- a/plugins/anthropic/tsup.config.ts
+++ b/plugins/anthropic/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/azure-openai/README.md b/plugins/azure-openai/README.md
index 854a9a89..d73198fb 100644
--- a/plugins/azure-openai/README.md
+++ b/plugins/azure-openai/README.md
@@ -1,4 +1,4 @@
-
+
Firebase Genkit <> Azure OpenAI Plugin
@@ -7,23 +7,23 @@
Azure OpenAI Community Plugin for Google Firebase Genkit
**`genkitx-azure-openai`** is a community plugin for using Azure OpenAI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -132,25 +132,25 @@ const response = await ai.generate({
console.log(await response.text);
```
-For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/TheFireCo/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
+For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/BloomLabsInc/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
-[](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE)
+[](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE)
diff --git a/plugins/azure-openai/package.json b/plugins/azure-openai/package.json
index 4a4acfd5..eb92d18b 100644
--- a/plugins/azure-openai/package.json
+++ b/plugins/azure-openai/package.json
@@ -20,10 +20,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/azure-openai"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"dependencies": {
"@azure/openai": "^2.0.0",
diff --git a/plugins/azure-openai/src/dalle.ts b/plugins/azure-openai/src/dalle.ts
index 32d20a61..deb29281 100644
--- a/plugins/azure-openai/src/dalle.ts
+++ b/plugins/azure-openai/src/dalle.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/azure-openai/src/embedder.ts b/plugins/azure-openai/src/embedder.ts
index bcc8ea2e..945725ed 100644
--- a/plugins/azure-openai/src/embedder.ts
+++ b/plugins/azure-openai/src/embedder.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/azure-openai/src/gpt.ts b/plugins/azure-openai/src/gpt.ts
index 98197636..0ac79615 100644
--- a/plugins/azure-openai/src/gpt.ts
+++ b/plugins/azure-openai/src/gpt.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/azure-openai/src/index.ts b/plugins/azure-openai/src/index.ts
index 850d9dd5..3107a6a7 100644
--- a/plugins/azure-openai/src/index.ts
+++ b/plugins/azure-openai/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/azure-openai/src/tts.ts b/plugins/azure-openai/src/tts.ts
index 275b85f7..1e6472ef 100644
--- a/plugins/azure-openai/src/tts.ts
+++ b/plugins/azure-openai/src/tts.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/azure-openai/src/whisper.ts b/plugins/azure-openai/src/whisper.ts
index bf592799..170bed9f 100644
--- a/plugins/azure-openai/src/whisper.ts
+++ b/plugins/azure-openai/src/whisper.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/plugins/azure-openai/tsup.config.ts b/plugins/azure-openai/tsup.config.ts
index 10c67bba..d9e30831 100644
--- a/plugins/azure-openai/tsup.config.ts
+++ b/plugins/azure-openai/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/cohere/README.md b/plugins/cohere/README.md
index 384af691..3533f302 100644
--- a/plugins/cohere/README.md
+++ b/plugins/cohere/README.md
@@ -1,25 +1,25 @@
-
+
Firebase Genkit <> Cohere AI Plugin
Cohere AI Community Plugin for Google Firebase Genkit
**`genkitx-cohere`** is a community plugin for using Cohere AI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -130,19 +130,19 @@ console.log(result.then((res) => res.text()));
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/cohere/package.json b/plugins/cohere/package.json
index 55372276..c86716fe 100644
--- a/plugins/cohere/package.json
+++ b/plugins/cohere/package.json
@@ -14,10 +14,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/cohere"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"dependencies": {
"cohere-ai": "^7.17.1"
diff --git a/plugins/cohere/src/command.test.ts b/plugins/cohere/src/command.test.ts
index 7b463fc8..d126cd50 100644
--- a/plugins/cohere/src/command.test.ts
+++ b/plugins/cohere/src/command.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/cohere/src/command.ts b/plugins/cohere/src/command.ts
index 7f778e35..875048b8 100644
--- a/plugins/cohere/src/command.ts
+++ b/plugins/cohere/src/command.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/cohere/src/embedder.ts b/plugins/cohere/src/embedder.ts
index 1f71693e..881420a0 100644
--- a/plugins/cohere/src/embedder.ts
+++ b/plugins/cohere/src/embedder.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/cohere/src/index.ts b/plugins/cohere/src/index.ts
index 8323dfbd..5f4aa195 100644
--- a/plugins/cohere/src/index.ts
+++ b/plugins/cohere/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/cohere/tsup.config.ts b/plugins/cohere/tsup.config.ts
index 9047f7c2..29e3c528 100644
--- a/plugins/cohere/tsup.config.ts
+++ b/plugins/cohere/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/convex/README.md b/plugins/convex/README.md
index 606ba31a..10e24d1f 100644
--- a/plugins/convex/README.md
+++ b/plugins/convex/README.md
@@ -1,25 +1,25 @@
-
+
[WIP] Firebase Genkit <> Convex Plugin
Convex Community Plugin for Google Firebase Genkit
**`genkitx-convex`** is a community plugin for using Convex Vector Stores with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -36,19 +36,19 @@ Install the plugin in your project with your favorite package manager:
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/convex/package.json b/plugins/convex/package.json
index 34195785..fd50424f 100644
--- a/plugins/convex/package.json
+++ b/plugins/convex/package.json
@@ -21,10 +21,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/convex"
},
- "author": "The Fire Company",
+ "author": "Bloom Labs Inc",
"license": "Apache-2.0",
"dependencies": {
"zod": "^3.22.4"
diff --git a/plugins/convex/src/index.ts b/plugins/convex/src/index.ts
index 7e8f89ff..eecc2c71 100644
--- a/plugins/convex/src/index.ts
+++ b/plugins/convex/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/graph/README.md b/plugins/graph/README.md
index 075c4290..09badb4b 100644
--- a/plugins/graph/README.md
+++ b/plugins/graph/README.md
@@ -3,21 +3,21 @@
Graph Workflows Community Plugin for Google Firebase Genkit
**`genkitx-graph`** is a community plugin for creating graph-based workflows with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -290,19 +290,19 @@ Use streaming for long-running processes or when you need to provide real-time u
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/graph/package.json b/plugins/graph/package.json
index 862c2031..50ec239d 100644
--- a/plugins/graph/package.json
+++ b/plugins/graph/package.json
@@ -14,10 +14,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/graph"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.19.2",
diff --git a/plugins/graph/src/index.ts b/plugins/graph/src/index.ts
index f28a92f7..43e1ffd2 100644
--- a/plugins/graph/src/index.ts
+++ b/plugins/graph/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/graph/tsup.config.ts b/plugins/graph/tsup.config.ts
index 10c67bba..d9e30831 100644
--- a/plugins/graph/tsup.config.ts
+++ b/plugins/graph/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/groq/README.md b/plugins/groq/README.md
index f59600cc..b679f1cd 100644
--- a/plugins/groq/README.md
+++ b/plugins/groq/README.md
@@ -1,27 +1,27 @@
-
+
Firebase Genkit <> Groq Plugin
Groq Community Plugin for Google Firebase Genkit
**`genkitx-groq`** is a community plugin for using Groq APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
-
+
## Installation
@@ -122,19 +122,19 @@ console.log(result.text);
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/groq/package.json b/plugins/groq/package.json
index d84ed1ba..343248b3 100644
--- a/plugins/groq/package.json
+++ b/plugins/groq/package.json
@@ -18,10 +18,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/groq"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"dependencies": {
"groq-sdk": "^0.19.0"
diff --git a/plugins/groq/src/groq_models.ts b/plugins/groq/src/groq_models.ts
index 0c68d8f2..7f7503de 100644
--- a/plugins/groq/src/groq_models.ts
+++ b/plugins/groq/src/groq_models.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/groq/src/index.ts b/plugins/groq/src/index.ts
index 4d5db890..c57e2b38 100644
--- a/plugins/groq/src/index.ts
+++ b/plugins/groq/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/groq/tsup.config.ts b/plugins/groq/tsup.config.ts
index 10c67bba..d9e30831 100644
--- a/plugins/groq/tsup.config.ts
+++ b/plugins/groq/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/CONTRIBUTING.md b/plugins/hnsw/CONTRIBUTING.md
index e5b1308d..523e325f 100644
--- a/plugins/hnsw/CONTRIBUTING.md
+++ b/plugins/hnsw/CONTRIBUTING.md
@@ -11,4 +11,4 @@
# How to contribute
-Learn more how to contribute [here](https://github.com/TheFireCo/genkit-plugins/blob/main/CONTRIBUTING.md)
+Learn more how to contribute [here](https://github.com/BloomLabsInc/genkit-plugins/blob/main/CONTRIBUTING.md)
diff --git a/plugins/hnsw/README.md b/plugins/hnsw/README.md
index e7ece14d..305bbc74 100644
--- a/plugins/hnsw/README.md
+++ b/plugins/hnsw/README.md
@@ -1,25 +1,25 @@
-
+
Firebase Genkit <> HNSW Vector Plugin
HNSW Community Plugin for Google Firebase Genkit
**`genkitx-hnsw`** is a community plugin for using HNSW Vector Store with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -38,7 +38,7 @@ This is a usage of Genkit plugin flow to save data into vector store with HNSW V
#### Data preparations
Prepare your data or documents in a Folder
-
+
#### Register HNSW Indexer Plugin
@@ -63,11 +63,11 @@ Execute the flow with Input and Output required parameter
- `dataPath` : Your data and other documents path to be learned by the AI
- `indexOutputPath` : Your expected output path for your Vector Store Index that is processed based on the data and documents you provided
-
+
#### Vector Store Index Result
-
+
Vector store will be saved in the defined output path. this index will be used for the prompt generation process with the HNSW Retriever plugin. you can continue the implementation by using the HNSW Retriever plugin
### Optional Parameter
@@ -116,7 +116,7 @@ In this example, Let's try to ask about the price list information of a restaura
We can type the prompt and run it, after the flow finished, you will get response enriched with specific knowledge based on your Vector Index.
-
+
### Optional Parameter
@@ -147,19 +147,19 @@ We can type the prompt and run it, after the flow finished, you will get respons
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/hnsw/package.json b/plugins/hnsw/package.json
index f7e4cb8c..0bf518dc 100644
--- a/plugins/hnsw/package.json
+++ b/plugins/hnsw/package.json
@@ -19,10 +19,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/hnsw"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"dependencies": {
"@genkit-ai/flow": "^0.5.0",
diff --git a/plugins/hnsw/src/actions/index.test.ts b/plugins/hnsw/src/actions/index.test.ts
index d584a94e..c4a2201a 100644
--- a/plugins/hnsw/src/actions/index.test.ts
+++ b/plugins/hnsw/src/actions/index.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/actions/index.ts b/plugins/hnsw/src/actions/index.ts
index 37f4805c..d59b0ea5 100644
--- a/plugins/hnsw/src/actions/index.ts
+++ b/plugins/hnsw/src/actions/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/config/index.test.ts b/plugins/hnsw/src/config/index.test.ts
index 66aa1a76..b7f5f7a9 100644
--- a/plugins/hnsw/src/config/index.test.ts
+++ b/plugins/hnsw/src/config/index.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/config/index.ts b/plugins/hnsw/src/config/index.ts
index 70702611..8347520a 100644
--- a/plugins/hnsw/src/config/index.ts
+++ b/plugins/hnsw/src/config/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/constants/index.ts b/plugins/hnsw/src/constants/index.ts
index 494a04d9..99dc3d17 100644
--- a/plugins/hnsw/src/constants/index.ts
+++ b/plugins/hnsw/src/constants/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/index.ts b/plugins/hnsw/src/index.ts
index d7d1b2ad..730822a4 100644
--- a/plugins/hnsw/src/index.ts
+++ b/plugins/hnsw/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/indexer/index.ts b/plugins/hnsw/src/indexer/index.ts
index 72f9cda6..06aa583b 100644
--- a/plugins/hnsw/src/indexer/index.ts
+++ b/plugins/hnsw/src/indexer/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/indexer/indexer.test.ts b/plugins/hnsw/src/indexer/indexer.test.ts
index cfd79099..403ff37a 100644
--- a/plugins/hnsw/src/indexer/indexer.test.ts
+++ b/plugins/hnsw/src/indexer/indexer.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/interfaces/index.ts b/plugins/hnsw/src/interfaces/index.ts
index f539e5df..68b29e6e 100644
--- a/plugins/hnsw/src/interfaces/index.ts
+++ b/plugins/hnsw/src/interfaces/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/retriever/index.test.ts b/plugins/hnsw/src/retriever/index.test.ts
index d156fdc0..d2ae6e7e 100644
--- a/plugins/hnsw/src/retriever/index.test.ts
+++ b/plugins/hnsw/src/retriever/index.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/retriever/index.ts b/plugins/hnsw/src/retriever/index.ts
index cf255c6b..f0bdf120 100644
--- a/plugins/hnsw/src/retriever/index.ts
+++ b/plugins/hnsw/src/retriever/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/types/index.ts b/plugins/hnsw/src/types/index.ts
index 2d3f944d..987e0cd9 100644
--- a/plugins/hnsw/src/types/index.ts
+++ b/plugins/hnsw/src/types/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/utilities/index.test.ts b/plugins/hnsw/src/utilities/index.test.ts
index 08fd4c42..91ed0e94 100644
--- a/plugins/hnsw/src/utilities/index.test.ts
+++ b/plugins/hnsw/src/utilities/index.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/src/utilities/index.ts b/plugins/hnsw/src/utilities/index.ts
index 079d30c4..a751cde6 100644
--- a/plugins/hnsw/src/utilities/index.ts
+++ b/plugins/hnsw/src/utilities/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/hnsw/tsup.config.ts b/plugins/hnsw/tsup.config.ts
index 10c67bba..d9e30831 100644
--- a/plugins/hnsw/tsup.config.ts
+++ b/plugins/hnsw/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/milvus/README.md b/plugins/milvus/README.md
index af524715..7d5326b6 100644
--- a/plugins/milvus/README.md
+++ b/plugins/milvus/README.md
@@ -3,21 +3,21 @@
Milvus Community Plugin for Google Firebase Genkit
**`genkitx-milvus`** is a community plugin for using [Milvus](https://milvus.io/) Vector Database with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -106,19 +106,19 @@ await ai.index({ indexer: customIndexer, documents });
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/milvus/package.json b/plugins/milvus/package.json
index 4e39b6fd..4872152f 100644
--- a/plugins/milvus/package.json
+++ b/plugins/milvus/package.json
@@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/milvus"
},
"keywords": [
diff --git a/plugins/mistral/README.md b/plugins/mistral/README.md
index e30046b9..66a8f53d 100644
--- a/plugins/mistral/README.md
+++ b/plugins/mistral/README.md
@@ -1,25 +1,25 @@
-
+
Firebase Genkit <> Mistral AI Plugin
Mistral AI Community Plugin for Google Firebase Genkit
**`genkitx-mistral`** is a community plugin for using Mistral AI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## Installation
@@ -184,19 +184,19 @@ export const jokeFlow = ai.defineFlow(
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json
index 5160267f..0794c644 100644
--- a/plugins/mistral/package.json
+++ b/plugins/mistral/package.json
@@ -14,10 +14,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/mistralai"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"dependencies": {
"@mistralai/mistralai": "^1.6.0"
diff --git a/plugins/mistral/src/embedders.ts b/plugins/mistral/src/embedders.ts
index 2b475ab6..f03b18ce 100644
--- a/plugins/mistral/src/embedders.ts
+++ b/plugins/mistral/src/embedders.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/mistral/src/index.ts b/plugins/mistral/src/index.ts
index 40d0121f..dedcc0eb 100644
--- a/plugins/mistral/src/index.ts
+++ b/plugins/mistral/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,7 +14,11 @@
* limitations under the License.
*/
-import { type GenerationCommonConfigSchema, Genkit, type ModelReference } from 'genkit';
+import {
+ type GenerationCommonConfigSchema,
+ Genkit,
+ type ModelReference,
+} from 'genkit';
import { genkitPlugin } from 'genkit/plugin';
import { Mistral, SDKOptions } from '@mistralai/mistralai';
import { mistralEmbedder, SUPPORTED_EMBEDDING_MODELS } from './embedders';
@@ -78,7 +82,10 @@ export interface PluginOptions extends SDKOptions {
* ```
*
*/
- customModels?: Record>;
+ customModels?: Record<
+ string,
+ ModelReference
+ >;
}
export const mistral = (options?: PluginOptions) =>
diff --git a/plugins/mistral/src/mistral_llms.ts b/plugins/mistral/src/mistral_llms.ts
index 0bdfc290..6bd4f082 100644
--- a/plugins/mistral/src/mistral_llms.ts
+++ b/plugins/mistral/src/mistral_llms.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/mistral/src/ocr.ts b/plugins/mistral/src/ocr.ts
index 27445953..4b2e580a 100644
--- a/plugins/mistral/src/ocr.ts
+++ b/plugins/mistral/src/ocr.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/mistral/tsup.config.ts b/plugins/mistral/tsup.config.ts
index 9047f7c2..29e3c528 100644
--- a/plugins/mistral/tsup.config.ts
+++ b/plugins/mistral/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/openai/README.md b/plugins/openai/README.md
index fdfaf6bf..b8189a2c 100644
--- a/plugins/openai/README.md
+++ b/plugins/openai/README.md
@@ -1,4 +1,4 @@
-
+
Firebase Genkit <> OpenAI Plugin
@@ -7,23 +7,23 @@
OpenAI Community Plugin for Google Firebase Genkit
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
-[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
+[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
> [!WARNING]
> **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead:
@@ -222,25 +222,25 @@ export const customModelFlow = ai.defineFlow(
);
```
-For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/TheFireCo/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
+For more detailed examples and the explanation of other functionalities, refer to the examples in the [official Github repo of the plugin](https://github.com/BloomLabsInc/genkit-plugins/blob/main/examples/README.md) or in the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started).
## 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).
+Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/BloomLabsInc/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).
+Reach out by opening a discussion on [Github Discussions](https://github.com/BloomLabsInc/genkit-plugins/discussions).
## Credits
-This plugin is proudly maintained by the team at [**The Fire Company**](https://github.com/TheFireCo). 🔥
+This plugin is proudly maintained by the team at [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
## License
-This project is licensed under the [Apache 2.0 License](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE).
+This project is licensed under the [Apache 2.0 License](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE).
-[](https://github.com/TheFireCo/genkit-plugins/blob/main/LICENSE)
+[](https://github.com/BloomLabsInc/genkit-plugins/blob/main/LICENSE)
diff --git a/plugins/openai/package.json b/plugins/openai/package.json
index 365c711b..30f3dfc2 100644
--- a/plugins/openai/package.json
+++ b/plugins/openai/package.json
@@ -18,10 +18,10 @@
"type": "commonjs",
"repository": {
"type": "git",
- "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
+ "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/openai"
},
- "author": "TheFireCo",
+ "author": "BloomLabsInc",
"license": "Apache-2.0",
"dependencies": {
"openai": "^4.95.0"
diff --git a/plugins/openai/src/dalle.ts b/plugins/openai/src/dalle.ts
index dbe10fc9..86bcf375 100644
--- a/plugins/openai/src/dalle.ts
+++ b/plugins/openai/src/dalle.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/openai/src/embedder.ts b/plugins/openai/src/embedder.ts
index a846f8b2..556fb9d9 100644
--- a/plugins/openai/src/embedder.ts
+++ b/plugins/openai/src/embedder.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/openai/src/gpt.test.ts b/plugins/openai/src/gpt.test.ts
index d25d1573..00f8a424 100644
--- a/plugins/openai/src/gpt.test.ts
+++ b/plugins/openai/src/gpt.test.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/openai/src/gpt.ts b/plugins/openai/src/gpt.ts
index 45d99e2a..a44296a6 100644
--- a/plugins/openai/src/gpt.ts
+++ b/plugins/openai/src/gpt.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/openai/src/index.ts b/plugins/openai/src/index.ts
index d829f9dd..35eba074 100644
--- a/plugins/openai/src/index.ts
+++ b/plugins/openai/src/index.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/openai/src/tts.ts b/plugins/openai/src/tts.ts
index ce1eaa3f..5ecf2d5c 100644
--- a/plugins/openai/src/tts.ts
+++ b/plugins/openai/src/tts.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/plugins/openai/src/whisper.ts b/plugins/openai/src/whisper.ts
index 626af8f1..add3ad59 100644
--- a/plugins/openai/src/whisper.ts
+++ b/plugins/openai/src/whisper.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/plugins/openai/tsup.config.ts b/plugins/openai/tsup.config.ts
index 9047f7c2..29e3c528 100644
--- a/plugins/openai/tsup.config.ts
+++ b/plugins/openai/tsup.config.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tsup.common.ts b/tsup.common.ts
index 6600a48e..fdd62af4 100644
--- a/tsup.common.ts
+++ b/tsup.common.ts
@@ -1,5 +1,5 @@
/**
- * Copyright 2024 The Fire Company
+ * Copyright 2024 Bloom Labs Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.