-
# AWS Bedrock과 Claude 3.5 Sonnet을 활용한 자동 상품 이미지 검수 시스템 구축기 | 올리브영 테크블로그
이상한 나라의 앨리스가 된 것만 같았던 올리브영의 이미지 품질 관리 프로젝트 이야기
[https://oliveyoung.tech/blog/2024-09-11/introduce-oy-ai-bedrock/](https://oliv…
-
# Integrate AWS Bedrock Converse API into Haystack
## Background
AWS Bedrock released earlier this year their new converse API that aims to standardize their api calls to their models.
## Objec…
-
Hey,
I would be nice to support Bedrock tags from action inputs
Something like
```
bedrock_tags:
required: false
default: ''
```
And if user provide them as list
```
input.bedrock_tag…
-
When adding a BedrockGuardrail via Go/Terraform, the wordsConfig is listed as optional, but gives the following error when omitted:
Error: AWS SDK Go Service Operation Unsuccessful
Calling Cloud C…
-
**To Reproduce**
Steps to reproduce the behavior (or some version of this):
1. Go to 04_entity_extraction.ipynb
2. Cell
from langchain_aws import ChatBedrock
llm = ChatBedrock(
model_id="…
-
Requirements:
```
langchain==0.3.1
langchain-aws==0.2.1
langchain-chroma==0.1.4
langchain-community==0.3.1
langchain-core==0.3.7
langchain-text-splitters==0.3.0
langgraph==0.2.28
langgraph-ch…
-
**Is your feature request related to a problem?**
Now that we have support for Bedrock Converse API, we can add the following:
https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use-inferen…
-
Hey team,
First of all, thanks for the effort you are doing for this amazing project.
I would like to ask for the support of a recently and very important addition in AWS Bedrock, that's the cross-r…
DEG-7 updated
3 weeks ago
-
Hi,
Is there any plans to add AWS Bedrock support ?
Thanks
-
### Background story
How to use function call/tool call in dotnet bedrock model runtime SDK
### What does this example accomplish?
I want to use tool call with AWS bedrock model
### Which …