aws-genai-llm-chatbot
aws-genai-llm-chatbot copied to clipboard
A modular and comprehensive solution to deploy a Multi-LLM and Multi-RAG powered chatbot (Amazon Bedrock, Anthropic, HuggingFace, OpenAI, Meta, AI21, Cohere, Mistral) using AWS CDK on AWS
*Issue #, if available:* #620 *Description of changes:* Resolve the issue ``` Additional kwargs key total_tokens already exists in left dict and value has unsupported type . ``` After removing,...
Nova Canvas comes with a lot of user defined parameters such as number of images returned, image size, negative prompt, and more. Is there a way to include those settings...
The project is using outdated CDK version with several outdated features/syntax: Cognito user tier https://aws.amazon.com/about-aws/whats-new/2024/11/new-feature-tiers-essentials-plus-amazon-cognito/ ``` [WARNING] aws-cdk-lib.aws_cognito.UserPoolProps#advancedSecurityMode is deprecated. Advanced Security Mode is deprecated due to user pool feature...
The project is using amplify v5 gen1, it should be upgraded to amplify v6 gen1 paving the way to further upgrade to amplify gen2 in the future to keep up...
## Issue Description When initially deploying the solution, I encountered the following error: ``` Error: Specify at least one log group name. at new LogQueryWidget (/Users/fbonin/IdeaProjects/clean/ext/aws/github/aws-genai-llm-chatbot/node_modules/aws-cdk-lib/aws-cloudwatch/lib/log-query.js:1:1200) at Monitoring.getLogsWidget (/Users/fbonin/IdeaProjects/clean/ext/aws/github/aws-genai-llm-chatbot/lib/monitoring/index.ts:513:12) at...
https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-supported.html As of today, Amazon Bedrock Knowledge Base has expanded its supported regions, the solution should allow passing in the region in the config cli: * US East (N. Virginia)...
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.179.0 to 2.189.1. Release notes Sourced from aws-cdk-lib's releases. v2.189.1 Bug Fixes core: implicit Aspect applications do not override custom Aspect applications (#34132) (b7f4bc7) Alpha modules (2.189.1-alpha.0)...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.1.1 to 6.1.5. Release notes Sourced from vite's releases. v6.1.5 Please refer to CHANGELOG.md for details. v6.1.4 Please refer to CHANGELOG.md for details. v6.1.3 Please refer to...
Currently the solution is able to retrieve documents via the database and return messages from the LLMs based on the retrieved context. But it does not generate citations of the...
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.0 to 1.2.1. Release notes Sourced from image-size's releases. v1.2.1 Fixes fix potential Denial of Service via specially crafted payloads in https://github.com/image-size/image-size/commit/640a67d9e821baee4cb596def8db00627f649dfc Full Changelog: https://github.com/image-size/image-size/compare/v1.2.0...v1.2.1 Commits a4178fb...