Abijith commited on
Commit
a110566
·
verified ·
1 Parent(s): 775f783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -105,7 +105,9 @@ if uploaded_files:
105
  )
106
 
107
  llm = HuggingFacePipeline(pipeline=pipeline_llm)
108
- print(f"-- llmsampleresponse:{llm("Explain what is Retrieval Augmented Generation (RAG)?")}")
 
 
109
 
110
 
111
  # Update prompt template
 
105
  )
106
 
107
  llm = HuggingFacePipeline(pipeline=pipeline_llm)
108
+
109
+ llm_sample_resp = llm("Explain what is Retrieval Augmented Generation (RAG)?")
110
+ print(f"-- llmsampleresponse:{llm_sample_resp}")
111
 
112
 
113
  # Update prompt template