Skip to content

Commit

Permalink
Merge pull request #23 from langchain-ai/erick/fix-integration-test-r…
Browse files Browse the repository at this point in the history
…egion

fix integration test region
  • Loading branch information
efriis authored Apr 24, 2024
2 parents f899f43 + f627a85 commit 2bef575
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

@pytest.fixture
def bedrock_embeddings() -> BedrockEmbeddings:
return BedrockEmbeddings(
model_id="amazon.titan-embed-text-v1", region_name="us-west-2"
)
return BedrockEmbeddings(model_id="amazon.titan-embed-text-v1")


@pytest.mark.scheduled
Expand Down

0 comments on commit 2bef575

Please sign in to comment.