Spaces:
Paused
Paused
Update output
Browse files
app.py
CHANGED
@@ -446,7 +446,7 @@ def text_to_text_generation(verbose, prompt):
|
|
446 |
f"--------------------------------------------\n"
|
447 |
f"# Answer with RAG\n"
|
448 |
f"## Section 1: Preparing for generation\n\n {res_semantic_search_md}\n"
|
449 |
-
f"## Section 2: Generating answer\n\n {
|
450 |
f"--------------------------------------------\n"
|
451 |
f"# Answer with Google search\n"
|
452 |
f"## Section 1: Preparing for generation\n\n {res_google_search_md}\n"
|
|
|
446 |
f"--------------------------------------------\n"
|
447 |
f"# Answer with RAG\n"
|
448 |
f"## Section 1: Preparing for generation\n\n {res_semantic_search_md}\n"
|
449 |
+
f"## Section 2: Generating answer\n\n {res_semantic_search}\n"
|
450 |
f"--------------------------------------------\n"
|
451 |
f"# Answer with Google search\n"
|
452 |
f"## Section 1: Preparing for generation\n\n {res_google_search_md}\n"
|