Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def get_response(message, history):
|
|
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 |
|
|
|
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 |
|