tmskss commited on
Commit
f21752f
·
1 Parent(s): bd76011

Debug logs

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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"