Spaces:
Sleeping
Sleeping
Update services/qa_service/qna.py
Browse files
services/qa_service/qna.py
CHANGED
@@ -28,7 +28,7 @@ class QAService:
|
|
28 |
collect = i['metadata']['_node_content']
|
29 |
content = json.loads(collect)
|
30 |
parsed.append({
|
31 |
-
"speakers": content["speakers"],
|
32 |
"text": content["text"]
|
33 |
})
|
34 |
|
|
|
28 |
collect = i['metadata']['_node_content']
|
29 |
content = json.loads(collect)
|
30 |
parsed.append({
|
31 |
+
"speakers": content["metadata"]["speakers"],
|
32 |
"text": content["text"]
|
33 |
})
|
34 |
|