Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -392,7 +392,7 @@ class MyVectorStore:
|
|
392 |
# Prepare Documents
|
393 |
# -----------------------------
|
394 |
# Define the URL where the JSON file is hosted
|
395 |
-
url = "https://
|
396 |
|
397 |
# Download the JSON file from the URL
|
398 |
response = requests.get(url)
|
|
|
392 |
# Prepare Documents
|
393 |
# -----------------------------
|
394 |
# Define the URL where the JSON file is hosted
|
395 |
+
url = "https://huggingface.co/spaces/wt002/Final_Assignment_Project/blob/main/questions.json"
|
396 |
|
397 |
# Download the JSON file from the URL
|
398 |
response = requests.get(url)
|