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-coherence-store/src/main/java/org/springframework/ai/vectorstore/coherence/CoherenceVectorStore.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -209,11 +209,12 @@ public List<Document> doSimilaritySearch(SearchRequest request) {
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-coherence-store/src/test/java/org/springframework/ai/vectorstore/coherence/CoherenceVectorStoreIT.java
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -281,10 +281,15 @@ public void searchWithThreshold() {
281
281
.similarityThreshold(similarityThreshold)
282
282
.build());
283
283
284
+
// Debug: print all returned document IDs and metadata
0 commit comments