Spaces:
Runtime error
Runtime error
Rohan Kataria
commited on
Commit
·
faaa346
1
Parent(s):
bae5fd7
changes
Browse files- src/main.py +2 -0
src/main.py
CHANGED
@@ -87,6 +87,8 @@ def retreival(vector_store, k):
|
|
87 |
|
88 |
CONTEXT: {context}
|
89 |
=======
|
|
|
|
|
90 |
FINAL ANSWER:"""
|
91 |
|
92 |
human_template = """{question}"""
|
|
|
87 |
|
88 |
CONTEXT: {context}
|
89 |
=======
|
90 |
+
CHAT HISTORY: {chat_history}
|
91 |
+
=======
|
92 |
FINAL ANSWER:"""
|
93 |
|
94 |
human_template = """{question}"""
|