Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -439,7 +439,7 @@ class MyVector_Store:
|
|
439 |
# -----------------------------
|
440 |
# Process JSON data and create documents
|
441 |
# -----------------------------
|
442 |
-
file_path = "/home/wendy/Downloads/
|
443 |
|
444 |
try:
|
445 |
with open(file_path, "r", encoding="utf-8") as f:
|
|
|
439 |
# -----------------------------
|
440 |
# Process JSON data and create documents
|
441 |
# -----------------------------
|
442 |
+
file_path = "/home/wendy/Downloads/data.json"
|
443 |
|
444 |
try:
|
445 |
with open(file_path, "r", encoding="utf-8") as f:
|