Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def retrieve_from_qdrant(query):
|
|
43 |
# === Web Search ===
|
44 |
def web_search_tavily(query):
|
45 |
print("Calling Tavily...")
|
46 |
-
TAVILY_API_KEY = "
|
47 |
response = requests.post(
|
48 |
"https://api.tavily.com/search",
|
49 |
json={"api_key": TAVILY_API_KEY, "query": query, "search_depth": "advanced"},
|
|
|
43 |
# === Web Search ===
|
44 |
def web_search_tavily(query):
|
45 |
print("Calling Tavily...")
|
46 |
+
TAVILY_API_KEY = "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"
|
47 |
response = requests.post(
|
48 |
"https://api.tavily.com/search",
|
49 |
json={"api_key": TAVILY_API_KEY, "query": query, "search_depth": "advanced"},
|