Spaces:
Running
Running
MM58-crypto commited on
Commit ·
4740a94
1
Parent(s): 11c87e1
wooo another commit
Browse files- haystack_pipeline.py +2 -2
haystack_pipeline.py
CHANGED
|
@@ -116,9 +116,9 @@ Context:
|
|
| 116 |
{{ doc.content }}
|
| 117 |
{% endfor %}
|
| 118 |
|
| 119 |
-
|
| 120 |
-
----
|
| 121 |
CONVERSATION HISTORY:
|
|
|
|
| 122 |
{{ msg_history }}
|
| 123 |
|
| 124 |
السؤال: {{ question }}
|
|
|
|
| 116 |
{{ doc.content }}
|
| 117 |
{% endfor %}
|
| 118 |
|
| 119 |
+
|
|
|
|
| 120 |
CONVERSATION HISTORY:
|
| 121 |
+
|
| 122 |
{{ msg_history }}
|
| 123 |
|
| 124 |
السؤال: {{ question }}
|