Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1011,7 +1011,7 @@ def search_knowledge_base(query):
|
|
| 1011 |
return retrieved_docs
|
| 1012 |
|
| 1013 |
|
| 1014 |
-
def google_search(query
|
| 1015 |
try:
|
| 1016 |
# Initialize the SerpAPI client
|
| 1017 |
search_client = GoogleSearch({"api_key": serper_api_key})
|
|
|
|
| 1011 |
return retrieved_docs
|
| 1012 |
|
| 1013 |
|
| 1014 |
+
def google_search(query):
|
| 1015 |
try:
|
| 1016 |
# Initialize the SerpAPI client
|
| 1017 |
search_client = GoogleSearch({"api_key": serper_api_key})
|