Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blueprint upgrade note #518

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/blueprints/gen-ai-chatbot/README.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should omit the language from here - language is only applicable during blueprint resynthesis and this readme is displayed when viewing the blueprint in the catalog (so only seen when creating new projects)

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Bedrock GenAI chatbot
This blueprint allows you to build, customize, and manage a chatbot using Anthropic’s LLM [Claude](https://www.anthropic.com/index/claude-2), a model provided by [Amazon Bedrock](https://aws.amazon.com/bedrock/) for generative AI. The chatbot supports multiple languages, content formats, conversation capabilities, and ability to monitor usage. You can set necessary permissions with IAM roles for a secure and login-protected LLM playground that can be customized to your data.
This blueprint allows you to build, customize, and manage a chatbot using Anthropic’s LLM [Claude](https://www.anthropic.com/index/claude-2), a model provided by [Amazon Bedrock](https://aws.amazon.com/bedrock/) for generative AI. The chatbot supports multiple languages, content formats, conversation capabilities, and ability to monitor usage. You can set necessary permissions with IAM roles for a secure and login-protected LLM playground that can be customized to your data.

**Important**: Changing to a blueprint version with a different Claude model deletes the conversation history. A new blueprint version is not backwards compatible with an older version.

## Bot conversation and bot personalization
You can personalize your chatbot through custom instructions and external knowledge that can be provided through URLs or files (for example, [retrieval-augmented generation (RAG)](https://github.com/aws-samples/bedrock-claude-chat/blob/main/docs/RAG.md)). When a chatbot is created or updated, it pulls and breaks down data into text, and uses Cohere Multilingual to find and match the text to provide responses to user questions. The customized bot can be shared among application users.
Expand Down
4 changes: 2 additions & 2 deletions packages/blueprints/subscribe-blueprint/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Subscribe to External Blueprint
# Subscribe to external blueprint

This blueprint allows you to subscribe to community blueprint packages on NPM. The generated workflows periodically pull NPM packages and publishes them as custom blueprints in your CodeCatalyst space. A workflow is created for each package you want imported, so the target blueprint that you want published in your space must be made available through NPM. If you publish your own blueprints to NPM, you can use this blueprint to ensure that multiple spaces have the same NPM packages available as custom blueprints. Custom blueprints aren’t available for all tiers. Make sure that your space is subscribed at a tier that supports custom blueprints before using this blueprint.

Expand All @@ -15,4 +15,4 @@ This blueprint creates a workflow for each imported package and works with priva
* [Working with custom blueprints in CodeCatalyst](https://docs.aws.amazon.com/codecatalyst/latest/userguide/custom-blueprints.html)
* [Working with packages](https://docs.aws.amazon.com/codecatalyst/latest/userguide/workflows-packages.html)
* [About packages and modules](https://docs.npmjs.com/about-packages-and-modules)
* [Open-source GitHub repository](https://github.com/aws/codecatalyst-blueprints)
* [Open-source GitHub repository](https://github.com/aws/codecatalyst-blueprints)
Loading