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
When deploying the Bedrock KB option for RAG, only was presented with us-west-2 or us-east-1 as regions for the KB. Would like this expanded for other regions with the capabilities...
*Issue #641* *Description of changes:* Add FR tanslation for README.md By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...
Add French Translation of README.md
Hey everyone, will there be support for multimodal RAG in future versions, e.g add pictures to the database which can be retrieved as well? As far as i understand this...
The web UI in the playground is experiencing an overflow problem when displaying particularly long markdown or code messages. This issue causes the content to extend beyond its intended boundaries,...
Installation on Ubuntu22 fails at step 8 of Initial Config. There isn't a ~/ggllm/ggllm.cpp/build/bin/ directory. Nothing exists below ~/ggllm/ggllm.cpp/build/ after following the previous steps. This prevents me from progressing, even...
Some of the models available on Bedrock e.g. Claude 3.5 Sonnet v2 can be used through an inference profile only. We should support for creating and using an inference profile...
Unless I'm mistaken on the way that I'm to run this project locally this line has introduced an error for me when running ```npm run build:dev``` https://github.com/aws-samples/aws-genai-llm-chatbot/blame/44e125a92e410cb629113dbc94af39b44b5cd92e/lib/user-interface/react-app/vite.config.ts#L13 for me it...
Hi, Is there a current functionality to tag separate deployments of this tool/POC in order to track all/each resource costs associated with one deployment individually, under the same account? I...
The website crawler feature is a great feature and can be used to ingest webpages in the workspace. Just wondering, what is the best way to update the workspace when...