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: vector-stores/spring-ai-chroma-store/src/main/java/org/springframework/ai/chroma/vectorstore/ChromaVectorStore.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,8 @@ public void afterPropertiesSet() throws Exception {
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-chroma-store/src/test/java/org/springframework/ai/chroma/vectorstore/ChromaApiIT.java
.hasMessage("Failed to initialize ChromaVectorStore")
275
275
.hasCauseInstanceOf(RuntimeException.class)
276
276
.hasRootCauseMessage(
277
-
"Collection non-existent doesn't exist and won't be created as the initializeSchema is set to false.");
277
+
"Collection non-existent with the tenant: SpringAiTenant and the database: SpringAiDatabase doesn't exist and won't be created as the initializeSchema is set to false.");
0 commit comments