Skip to content

Commit 1e9094d

Browse files
minor fix
1 parent 5e17e2d commit 1e9094d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/weaviate/helpers/add_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
except Exception as e:
135135
print(f"Error: {e}")
136136
movies_df = movies_df.drop(i)
137-
movies_df.to_json("./data/1950_2024_movies_info.json", orient="records")
137+
movies_df.to_json(json_file_path, orient="records")
138138
continue
139139

140140
# Close the connection to Weaviate Cloud

0 commit comments

Comments
 (0)