Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,9 @@ if uploaded_files:
|
|
105 |
)
|
106 |
|
107 |
llm = HuggingFacePipeline(pipeline=pipeline_llm)
|
108 |
-
|
|
|
|
|
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
|