Skip to content

Commit 5aa542a

Browse files
committed
Add Bedrock
1 parent 2605913 commit 5aa542a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci-astra-dev-vectorize-aws-bedrock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
ASTRA_CLOUD_REGION_DEV: us-west-2
4141
EMBEDDING_PROVIDER: bedrock
4242
BEDROCK_HEADER_AWS_ACCESS_ID: ${{ secrets.BEDROCK_HEADER_AWS_ACCESS_ID }}
43-
BEDROCK_HEADER_AWS_SECRET_IDx: ${{ secrets.BEDROCK_HEADER_AWS_SECRET_ID }}
43+
BEDROCK_HEADER_AWS_SECRET_ID: ${{ secrets.BEDROCK_HEADER_AWS_SECRET_ID }}
4444
BEDROCK_REGION: ${{ vars.BEDROCK_REGION }}
4545
run: |
4646
cd astra-db-java
47-
mvn test -Dtest=com.datastax.astra.test.integration.dev_vectorize.AstraDevVectorizeAwsBedRockITTest
47+
mvn test -Dtest=com.datastax.astra.test.integration.dev_vectorize.AstraDevVectorizeAwsBedRockITTest

astra-db-java/src/test/java/com/datastax/astra/test/integration/dev_vectorize/AstraDevVectorizeAwsBedRockITTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
package com.datastax.astra.test.integration.dev_vectorize;
22

33
import com.datastax.astra.client.Collection;
4-
import com.datastax.astra.client.DataAPIClient;
5-
import com.datastax.astra.client.DataAPIOptions;
6-
import com.datastax.astra.client.Database;
7-
import com.datastax.astra.client.admin.DatabaseAdmin;
84
import com.datastax.astra.client.auth.AWSEmbeddingHeadersProvider;
95
import com.datastax.astra.client.auth.EmbeddingHeadersProvider;
106
import com.datastax.astra.client.model.CollectionOptions;
@@ -15,7 +11,6 @@
1511
import com.datastax.astra.client.model.InsertManyOptions;
1612
import com.datastax.astra.client.model.InsertManyResult;
1713
import com.datastax.astra.client.model.Projections;
18-
import com.datastax.astra.internal.command.LoggingCommandObserver;
1914
import com.datastax.astra.test.integration.AbstractVectorizeITTest;
2015
import com.dtsx.astra.sdk.db.domain.CloudProviderType;
2116
import com.dtsx.astra.sdk.utils.AstraEnvironment;

0 commit comments

Comments
 (0)