PUUUUUUUUUUSH
MORE DATA
This commit is contained in:
Ali
2024-12-11 23:46:12 +01:00
parent 305629b1f1
commit 30856efe6e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -78,6 +78,6 @@ def get_data_from_mongo(dataset):
for set in dataset:
json_data = collection.find_one({"doc_id": set[0]})
result_string += json_data["chunk_content"]
result_string += "Dateipfad: " + json_data["filepath"] + "; Inhalt: " + json_data["chunk_content"] + "; "
return result_string