You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/vectorstore/pgvector/PgVectorStoreAutoConfiguration.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ public PgVectorStore vectorStore(JdbcTemplate jdbcTemplate, EmbeddingModel embed
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-pgvector-store/src/main/java/org/springframework/ai/pg/vectorstore/PgVectorStore.java
+48-52Lines changed: 48 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -125,60 +125,54 @@ public class PgVectorStore extends AbstractObservationVectorStore implements Ini
125
125
126
126
privatefinalintmaxDocumentBatchSize;
127
127
128
-
// @Deprecated(forRemoval = true, since = "1.0.0-M5")
129
-
// public PgVectorStore(JdbcTemplate jdbcTemplate, EmbeddingModel embeddingModel) {
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-pgvector-store/src/test/java/org/springframework/ai/pg/vectorstore/PgVectorEmbeddingDimensionsTests.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,8 @@ public void explicitlySetDimensions() {
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-pgvector-store/src/test/java/org/springframework/ai/pg/vectorstore/PgVectorStoreCustomNamesIT.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,8 @@ public static class TestApplication {
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-pgvector-store/src/test/java/org/springframework/ai/pg/vectorstore/PgVectorStoreIT.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,8 @@ public static class TestApplication {
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-pgvector-store/src/test/java/org/springframework/ai/pg/vectorstore/PgVectorStoreObservationIT.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,8 @@ public TestObservationRegistry observationRegistry() {
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-pgvector-store/src/test/java/org/springframework/ai/pg/vectorstore/PgVectorStoreTests.java
0 commit comments