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: search-processors/src/main/java/org/opensearch/searchpipelines/questionanswering/generative/GenerativeQAResponseProcessor.java
+12
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,18 @@ public SearchResponse processResponse(SearchRequest request, SearchResponse resp
Copy file name to clipboardexpand all lines: search-processors/src/main/java/org/opensearch/searchpipelines/questionanswering/generative/ext/GenerativeQAParameters.java
Copy file name to clipboardexpand all lines: search-processors/src/test/java/org/opensearch/searchpipelines/questionanswering/generative/GenerativeQAResponseProcessorTests.java
+40-4
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,16 @@ public void testProcessResponseNoSearchHits() throws Exception {
Copy file name to clipboardexpand all lines: search-processors/src/test/java/org/opensearch/searchpipelines/questionanswering/generative/ext/GenerativeQAParamExtBuilderTests.java
+17-8
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,16 @@ public class GenerativeQAParamExtBuilderTests extends OpenSearchTestCase {
0 commit comments