aws-genai-llm-chatbot icon indicating copy to clipboard operation
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

Results 134 aws-genai-llm-chatbot issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* #280 *Description of changes:* Currently, this solution only supports cross-encoder/ms-marco-MiniLM-L-12-v2. I want to add Cohere Rerank 3 as an option. By submitting this pull request, I...

Issue: https://github.com/aws-samples/aws-genai-llm-chatbot/issues/227 Implement private workspace, every user create a workspace now is only private and not shareable with other user. This feature implement a new DynamoBD table handle policies on...

Hello everyone, after running the 'npx cdk deploy' command, I'm encountering the following errors that lead to deployment failure: ![errore](https://github.com/aws-samples/aws-genai-llm-chatbot/assets/100352697/2d166ea4-c4e4-46b6-bd85-4221c63df6fd) I'm trying to deploy the chatbot (via Cloud9 environment) in...

Provide the ability to upload a doc (PDF, CSV, TXT, DOC) and include whole doc context in prompt/context to answer questions as well as summarization. Warn if document breaches token...

enhancement
stale

I have the config set to be privatewebsite = true and "createVpcEndpoints": false, but when I run CDK Deploy, It still tries to deploy a VPCEndpoint. I am unable to...

stale

Dear all, I'm trying to get rid of Sagemaker and replace it by Bedrock (non-serverless vs serverless optimization). Is it possible at all ? Simple change sed -i 's|"provider": "sagemaker"|"provider":...

stale

Hi, since release version 4.0.3 it seems there is condition disappeared for Idefics Interface activation or not. You can compare this latest version with previous one like v4.0.3 at the...

stale

*Issue #, if available:* Resolves #397 *Description of changes:* - Bumped langchain version to the latest version - Moved imports to langchain_community when necessary By submitting this pull request, I...

Optionally capture user input (from CLI) for default database name while choosing aurora rag engine. This would allow us to create the workspace tables in the specified database instead of...

stale

Dear all, I have the following issue during the 'npx cdk deploy --verbose': ... Bundling asset genaiGenAIChatBotStack/Shared/genai-core/57ec57/Stage... adding: genai_core/ (stored 0%) adding: genai_core/types.py (deflated 55%) adding: genai_core/semantic_search.py (deflated 71%) adding:...