Spaces:
Paused
Paused
Debug logs
Browse files
app.py
CHANGED
@@ -423,6 +423,9 @@ def text_to_text_generation(verbose, prompt):
|
|
423 |
res_semantic_search_prompt, res_semantic_search = cleanup(*gen_semantic_search)
|
424 |
res_google_search_prompt, res_google_search = cleanup(*gen_google_search)
|
425 |
|
|
|
|
|
|
|
426 |
if verbose:
|
427 |
return (
|
428 |
f"# 📚KubeWizard📚\n"
|
|
|
423 |
res_semantic_search_prompt, res_semantic_search = cleanup(*gen_semantic_search)
|
424 |
res_google_search_prompt, res_google_search = cleanup(*gen_google_search)
|
425 |
|
426 |
+
print("GOOGLE SEARCH RES: ", res_google_search)
|
427 |
+
print("SEMANTIC SEARCH RES: ", res_semantic_search)
|
428 |
+
|
429 |
if verbose:
|
430 |
return (
|
431 |
f"# 📚KubeWizard📚\n"
|