We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b923d00 commit fa3b964Copy full SHA for fa3b964
plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java
@@ -831,6 +831,7 @@ public void testBM25WithBedrockConverseUsingLlmMessages() throws Exception {
831
assertNotNull(answer);
832
}
833
834
+ @Ignore
835
public void testBM25WithBedrockConverseUsingLlmMessagesForDocumentChat() throws Exception {
836
// Skip test if key is null
837
if (AWS_ACCESS_KEY_ID == null) {
@@ -947,6 +948,7 @@ public void testBM25WithOpenAIWithConversation() throws Exception {
947
948
assertNotNull(interactionId);
949
950
951
952
public void testBM25WithOpenAIWithConversationAndImage() throws Exception {
953
954
if (OPENAI_KEY == null) {
0 commit comments