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
- Add edge case tests for MimeTypeDetector and CoherenceFilterExpressionConverter
- Add test for numeric comparison with category field
- Tests CoherenceFilterExpressionConverter handling of greater-than-or-equal
- Add comprehensive test coverage for QdrantObjectFactory and QdrantVectorStore.Builder
- Add test for QdrantVectorStoreBuilderTests
- Add comprehensive test coverage for QdrantObjectFactory and QdrantVectorStore.Builder.
- Add comprehensive test coverage for QuestionAnswerAdvisor and VectorStoreChatMemoryAdvisor
- Add comprehensive media content tests for MessageTypeContentTests
- Addcomprehensive test coverage for various media content scenarios in chat message handling, focusing on edge cases and mixed content types.
- Add comprehensive test coverage for DefaultChatClient and DefaultChatClientBuilder
- Add comprehensive edge case tests for Ollama embedding and chat models
- Add comprehensive test coverage for edge cases and boundary conditions in Ollama model implementations:
Co-authored-by: Oleksandr Klymenko <[email protected]>
Signed-off-by: Oleksandr Klymenko <[email protected]>
Copy file name to clipboardExpand all lines: advisors/spring-ai-advisors-vector-store/src/test/java/org/springframework/ai/chat/client/advisor/vectorstore/QuestionAnswerAdvisorTests.java
+159Lines changed: 159 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,4 +243,163 @@ public void qaAdvisorTakesUserParameterizedUserMessagesIntoAccountForSimilarityS
Copy file name to clipboardExpand all lines: advisors/spring-ai-advisors-vector-store/src/test/java/org/springframework/ai/chat/client/advisor/vectorstore/VectorStoreChatMemoryAdvisorTests.java
Copy file name to clipboardExpand all lines: models/spring-ai-google-genai/src/test/java/org/springframework/ai/google/genai/MimeTypeDetectorTests.java
0 commit comments