Closed merojosa closed 9 months ago
Hi @merojosa , I did see the updates but am a little strapped on time with day-to-day job so I didn't have time to make any updates. But I would be glad to accept your PR, as long as you promise you've tested it out 🙂
You got it @maxtybar. I'll make sure the new changes work and that they don't break anything.
Two questions before submitting the PR:
bedrockagentscdk
or something else to package the Go and Python constructs?yarn build
in the root directory and it will build everything, including API documents and it will transpile TypeScript to Python and Go as well. And then you just push it GitHub and after PR it should update packages in NPM, PyPi and Go repositories through GitHub actions.
Hello again Max! Once again, congratulation for this amazing construct.
According to the Bedrock's UI and boto3 documentation, Amazon Bedrock now supports creating a knowledge base with Aurora as a vector database option. My team wants to try Aurora to deploy a knowledge base, so I'm wondering if you want to support Aurora in this construct.
I did actually fork this repo to start implementing the option in TypeScript to submit a PR here. Luckily, I saw that it's kinda simple (and smart): Just some interfaces and a Lambda that creates the Knowledge Bases (and Agents) via boto3.
However, I checked the changelog of boto3 and, as expected, the support for Aurora is pretty new.
And I think this is the current boto3 version of the layer:
So I was wondering if you are willing to accept a PR from me with the Aurora support and an upgrade of the boto3 layer to get this new change because I'd love to contribute, if you agree of course.