|
1 | | - |
2 | | - |
3 | 1 | <h1 align="center"> |
4 | | - Firebase Genkit <> AWS Bedrock Plugin |
| 2 | + Genkit <> AWS Bedrock Plugin |
5 | 3 | </h1> |
6 | 4 |
|
7 | | -<h4 align="center">AWS Bedrock Community Plugin for Google Firebase Genkit</h4> |
| 5 | +<h4 align="center">AWS Bedrock Community Plugin for Google Genkit</h4> |
8 | 6 |
|
9 | 7 | <div align="center"> |
10 | | - <img alt="GitHub version" src="https://img.shields.io/github/v/release/xavidop/genkitx-aws-bedrock"> |
| 8 | + <img alt="GitHub version" src="https://img.shields.io/github/v/release/genkit-ai/aws-bedrock-js-plugin"> |
11 | 9 | <img alt="NPM Downloads" src="https://img.shields.io/npm/dw/genkitx-aws-bedrock"> |
12 | | - <img alt="GitHub License" src="https://img.shields.io/github/license/xavidop/genkitx-aws-bedrock"> |
| 10 | + <img alt="GitHub License" src="https://img.shields.io/github/license/genkit-ai/aws-bedrock-js-plugin"> |
13 | 11 | <img alt="Static Badge" src="https://img.shields.io/badge/yes-a?label=maintained"> |
14 | 12 | </div> |
15 | 13 |
|
16 | 14 | <div align="center"> |
17 | | - <img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/xavidop/genkitx-aws-bedrock?color=blue"> |
18 | | - <img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues-pr/xavidop/genkitx-aws-bedrock?color=blue"> |
19 | | - <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/xavidop/genkitx-aws-bedrock"> |
| 15 | + <img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/genkit-ai/aws-bedrock-js-plugin?color=blue"> |
| 16 | + <img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues-pr/genkit-ai/aws-bedrock-js-plugin?color=blue"> |
| 17 | + <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/genkit-ai/aws-bedrock-js-plugin"> |
20 | 18 | </div> |
21 | 19 |
|
22 | 20 | </br> |
23 | 21 |
|
24 | 22 | **`genkitx-aws-bedrock`** is a community plugin for using AWS Bedrock APIs with |
25 | | -[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Xavier Portilla Edo**](https://github.com/xavidop). |
| 23 | +[Genkit](https://github.com/firebase/genkit). Built by [**Xavier Portilla Edo**](https://github.com/xavidop). |
26 | 24 |
|
27 | 25 | This Genkit plugin allows to use AWS Bedrock through their official APIs. |
28 | 26 |
|
@@ -201,7 +199,7 @@ const result = ai.generate({ |
201 | 199 | console.log(result.then((res) => res.text)); |
202 | 200 | ``` |
203 | 201 |
|
204 | | -For more detailed examples and the explanation of other functionalities, refer to the [official Genkit documentation](https://firebase.google.com/docs/genkit/get-started). |
| 202 | +For more detailed examples and the explanation of other functionalities, refer to the [official Genkit documentation](https://genkit.dev/). |
205 | 203 |
|
206 | 204 | ## Using Custom Models |
207 | 205 |
|
@@ -262,23 +260,17 @@ You can find the full API reference in the [API Reference Documentation](https:/ |
262 | 260 |
|
263 | 261 | ## Contributing |
264 | 262 |
|
265 | | -Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/xavidop/genkitx-aws-bedrock/blob/main/CONTRIBUTING.md). |
| 263 | +Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/genkit-ai/aws-bedrock-js-plugin/blob/main/CONTRIBUTING.md). |
266 | 264 |
|
267 | 265 | ## Need support? |
268 | 266 |
|
269 | 267 | > [!NOTE] |
270 | | -> 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). |
271 | | -
|
272 | | -Reach out by opening a discussion on [GitHub Discussions](https://github.com/xavidop/genkitx-aws-bedrock/discussions). |
273 | | - |
274 | | -## Credits |
275 | | - |
276 | | -This plugin is proudly maintained by Xavier Portilla Edo [**Xavier Portilla Edo**](https://github.com/xavidop). |
| 268 | +> This repository depends on Google's Genkit. For issues and questions related to Genkit, please refer to instructions available in [Genkit's repository](https://github.com/firebase/genkit). |
277 | 269 |
|
278 | | -I got the inspiration, structure and patterns to create this plugin from the [Genkit Community Plugins](https://github.com/TheFireCo/genkit-plugins) repository built by the [Fire Compnay](https://github.com/TheFireCo) as well as the [ollama plugin](https://firebase.google.com/docs/genkit/plugins/ollama). |
| 270 | +Reach out by opening a discussion on [GitHub Discussions](https://github.com/genkit-ai/aws-bedrock-js-plugin/discussions). |
279 | 271 |
|
280 | 272 | ## License |
281 | 273 |
|
282 | | -This project is licensed under the [Apache 2.0 License](https://github.com/xavidop/genkitx-aws-bedrock/blob/main/LICENSE). |
| 274 | +This project is licensed under the [Apache 2.0 License](https://github.com/genkit-ai/aws-bedrock-js-plugin/blob/main/LICENSE). |
283 | 275 |
|
284 | | -[](https://github.com/xavidop/genkitx-aws-bedrock/blob/main/LICENSE) |
| 276 | +[](https://github.com/genkit-ai/aws-bedrock-js-plugin/blob/main/LICENSE) |
0 commit comments