JSPM

@flowrag/provider-bedrock

0.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q81059F
  • License MIT

AWS Bedrock provider for FlowRAG - embeddings and entity extraction

Package Exports

  • @flowrag/provider-bedrock
  • @flowrag/provider-bedrock/package.json

Readme

@flowrag/provider-bedrock

AWS Bedrock provider for FlowRAG — embeddings, entity extraction, and reranking.

Installation

npm install @flowrag/provider-bedrock @aws-sdk/client-bedrock-runtime

Usage

import { BedrockEmbedder, BedrockExtractor, BedrockReranker } from '@flowrag/provider-bedrock';

const embedder = new BedrockEmbedder();   // amazon.titan-embed-text-v2:0
const extractor = new BedrockExtractor(); // anthropic.claude-haiku-4-5
const reranker = new BedrockReranker();   // amazon.rerank-v1:0

Configuration

Uses standard AWS credentials (env vars, IAM role, SSO profile):

export AWS_REGION=eu-central-1

License

MIT