Chris4K commited on
Commit
2c9a20d
1 Parent(s): 9e6c18e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def get_response(user_input):
182
 
183
 
184
  #vs = get_vectorstore_from_url(user_url, all_domain)
185
- vs = get_vectorstore_from_url("https://www.bofrost.de/shop/laenderkueche_5573/italienische-kueche_5576/linguine-mit-feinen-pilzen.html?position=1&clicked=")
186
  print("------ here 22 " )
187
  chat_history =[]
188
  retriever_chain = get_context_retriever_chain(vs)
 
182
 
183
 
184
  #vs = get_vectorstore_from_url(user_url, all_domain)
185
+ vs = get_vectorstore_from_url("https://de.wikipedia.org/wiki/K%C3%BCnstliche_Intelligenz")
186
  print("------ here 22 " )
187
  chat_history =[]
188
  retriever_chain = get_context_retriever_chain(vs)