Skip to content

Commit

Permalink
Merge branch 'spring-projects:main' into bug-1689
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzm0 authored Nov 7, 2024
2 parents 65b3d33 + 7780411 commit f3964b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import org.awaitility.Awaitility;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down Expand Up @@ -356,6 +357,7 @@ public void searchThresholdTest(String similarityFunction) {
}

@Test
@Disabled("GH-1645")
public void searchDocumentsInTwoIndicesTest() {
getContextRunner().run(context -> {
// given
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ public PineconeVectorStoreConfig(Builder builder) {
this.clientConfig = new PineconeClientConfig().withApiKey(builder.apiKey)
.withEnvironment(builder.environment)
.withProjectName(builder.projectId)
.withApiKey(builder.apiKey)
.withServerSideTimeoutSec((int) builder.serverSideTimeout.toSeconds());
}

Expand Down

0 comments on commit f3964b6

Please sign in to comment.