UNPKG

@kumologica/kumologica-contrib-amazonbedrock

Version:
47 lines (30 loc) 1.63 kB
# Kumologica contribution node: kumologica-contib-amazonbedrock ## Overview The Kumologica node client for Amazon Bedrock allows for integration with the Amazon Bedrock service, enabling users to interact with it for simple text based question-and-answer (Q&A) tasks. This capability can be useful for chatbots, customer support, or other Q&A-based systems. ### Supported models: - All native Amazon provided models - All bedrock Anthropic provided models. - All bedrock Mistral provided models. ## Installation ### From command line Go to the project directory and run from the console: ```bash npm install @kumologica/kumologica-contrib-amazonbedrock ``` ## Dependencies Kumologica Designer and Amazon credentials (Key & Secret) or Implicit role having Amazon Bedrock invoke and list model permission is required. Follow the below instructions: ### Kumologica Designer You need Kumologica Designer to use AmazonBedrock Node. To install Kumologica SDK run following command: ```bash npm install -g @kumologica/sdk ``` After successful installation run following command to open Kumologica Designer: ``` kl open ``` ## More information AnthropicAI Node documentation: [https://docs.kumologica.com/docs/references/AmazonBedrock.html](https://docs.kumologica.com/docs/references/AmazonBedrock.html) For more information about Kumologica SDK Installation see: [Kumologica SDK Installation](https://docs.kumologica.com/docs/guide/GettingStarted.html#installation) Visit [kumologica.com](https://www.kumologica.com) for information about sdk, designer, documentation, tutorials, support and professional services.