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
-15
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@ public SearchResponse processResponse(SearchRequest request, SearchResponse resp
120
120
if (timeout == null || timeout == GenerativeQAParameters.SIZE_NULL_VALUE) {
121
121
timeout = DEFAULT_PROCESSOR_TIME_IN_SECONDS;
122
122
}
123
-
log.info("Timeout for this request: {} seconds.", timeout);
Copy file name to clipboardexpand all lines: search-processors/src/main/java/org/opensearch/searchpipelines/questionanswering/generative/client/ConversationalMemoryClient.java
-2
Original file line number
Diff line number
Diff line change
@@ -102,14 +102,12 @@ public List<Interaction> getInteractions(String conversationId, int lastN) {
0 commit comments