File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
plugin/src/test/java/org/opensearch/ml/rest Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -470,26 +470,6 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
470470 + " }\n "
471471 + "}" ;
472472
473- private static final String BM25_SEARCH_REQUEST_WITH_CONVO_WITH_LLM_RESPONSE_TEMPLATE = "{\n "
474- + " \" _source\" : [\" %s\" ],\n "
475- + " \" query\" : {\n "
476- + " \" match\" : {\" %s\" : \" %s\" }\n "
477- + " },\n "
478- + " \" ext\" : {\n "
479- + " \" generative_qa_parameters\" : {\n "
480- + " \" llm_model\" : \" %s\" ,\n "
481- + " \" llm_question\" : \" %s\" ,\n "
482- + " \" memory_id\" : \" %s\" ,\n "
483- + " \" system_prompt\" : \" %s\" ,\n "
484- + " \" user_instructions\" : \" %s\" ,\n "
485- + " \" context_size\" : %d,\n "
486- + " \" message_size\" : %d,\n "
487- + " \" timeout\" : %d,\n "
488- + " \" llm_response_field\" : \" %s\" \n "
489- + " }\n "
490- + " }\n "
491- + "}" ;
492-
493473 private static final String BM25_SEARCH_REQUEST_WITH_CONVO_AND_IMAGE_TEMPLATE = "{\n "
494474 + " \" _source\" : [\" %s\" ],\n "
495475 + " \" query\" : {\n "
You can’t perform that action at this time.
0 commit comments