Chris4K commited on
Commit
bb900bd
1 Parent(s): 949a5ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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://www.bofrost.de/shop/fertige-gerichte_5507/auflaeufe_5509/hack-wirsing-auflauf.html?position=1&clicked=")
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://www.bofrost.de/shop/fertige-gerichte_5507/auflaeufe_5509/hack-wirsing-auflauf.html?position=1&clicked=")
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://globl.contact/")
238
- #vs = get_vectorstore_from_url("https://www.bofrost.de/shop/kartoffelprodukte_5539/pommes-frites_5540/mikrowellen-pommes.html?position=7&clicked=")
239
- #vs = get_vectorstore_from_url("https://www.bofrost.de/shop/kartoffelprodukte_5539/pommes-frites_5540/backofen-knusper-frites-1200-g.html?position=1&clicked=search")
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)#wie registriere ich mich bei bofrost? Was kosten Linguine
 
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)