puuuush
PUUUUUUUUUUSH MORE DATA
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user