Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ def get_response(user_input):
|
|
181 |
|
182 |
|
183 |
#vs = get_vectorstore_from_url(user_url, all_domain)
|
184 |
-
vs = get_vectorstore_from_url("https://
|
185 |
# print("------ here 22 " )
|
186 |
chat_history =[]
|
187 |
retriever_chain = get_context_retriever_chain(vs)
|
@@ -218,7 +218,7 @@ def get_response(message, history):
|
|
218 |
|
219 |
|
220 |
#vs = get_vectorstore_from_url(user_url, all_domain)
|
221 |
-
vs = get_vectorstore_from_url("https://
|
222 |
|
223 |
history =[]
|
224 |
retriever_chain = get_context_retriever_chain(vs)
|
@@ -234,13 +234,13 @@ def get_response(message, history):
|
|
234 |
|
235 |
|
236 |
#####
|
237 |
-
vs = get_vectorstore_from_url("https://
|
238 |
-
|
239 |
-
|
240 |
-
#vs = get_vectorstore_from_url("https://www.bofrost.de/shop/laenderkueche_5573/asiatische-kueche_5574/chinesische-bratnudeln.html?emcs0=1&emcs1=Produktdetailseite&emcs2=00554&emcs3=01270&clicked=recommendation&position=2")
|
241 |
-
#vs = get_vectorstore_from_url("https://www.bofrost.de/shop/fertige-gerichte_5507/pfannengerichte_5508/westfaelisches-gruenkohlgericht.html?emcs0=98&emcs1=Produktdetailseite&emcs2=00170&emcs3=00554&clicked=recommendation&position=1")
|
242 |
|
243 |
|
|
|
|
|
244 |
######
|
245 |
|
246 |
########
|
@@ -310,4 +310,4 @@ app = gr.ChatInterface(
|
|
310 |
clear_btn=None
|
311 |
)
|
312 |
|
313 |
-
app.launch(debug=True, share=True)
|
|
|
181 |
|
182 |
|
183 |
#vs = get_vectorstore_from_url(user_url, all_domain)
|
184 |
+
vs = get_vectorstore_from_url("https://huggingface.co/Chris4K")
|
185 |
# print("------ here 22 " )
|
186 |
chat_history =[]
|
187 |
retriever_chain = get_context_retriever_chain(vs)
|
|
|
218 |
|
219 |
|
220 |
#vs = get_vectorstore_from_url(user_url, all_domain)
|
221 |
+
vs = get_vectorstore_from_url("https://huggingface.co/Chris4K")
|
222 |
|
223 |
history =[]
|
224 |
retriever_chain = get_context_retriever_chain(vs)
|
|
|
234 |
|
235 |
|
236 |
#####
|
237 |
+
vs = get_vectorstore_from_url("https://www.xing.com/profile/Christof_Kaller/web_profiles")
|
238 |
+
vs = get_vectorstore_from_url("https://www.linkedin.com/in/christof-kaller-6b043733/?originalSubdomain=de")
|
239 |
+
vs = get_vectorstore_from_url("https://twitter.com/zX14_7")
|
|
|
|
|
240 |
|
241 |
|
242 |
+
|
243 |
+
|
244 |
######
|
245 |
|
246 |
########
|
|
|
310 |
clear_btn=None
|
311 |
)
|
312 |
|
313 |
+
app.launch(debug=True, share=True)
|