From 177859781451769a4f2ba56e66b17ce0b0f35e16 Mon Sep 17 00:00:00 2001 From: Marko Kranjac Date: Fri, 18 Apr 2025 01:20:18 +0200 Subject: [PATCH] feat: AWS Bedrock document changes feat: Bedrock has requirement that each document needs unique name so I added fingerprint based on document content bugfix: decode document content based on ContentFormat variant feat: use normalized_documents instead of prompt_with_context --- Cargo.lock | 2 +- rig-bedrock/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 718872e..7396992 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8622,7 +8622,7 @@ checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" [[package]] name = "rig-bedrock" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-stream", diff --git a/rig-bedrock/Cargo.toml b/rig-bedrock/Cargo.toml index 473e63d..99af363 100644 --- a/rig-bedrock/Cargo.toml +++ b/rig-bedrock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-bedrock" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" readme = "README.md"