You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt_template="""SYSTEM: Use the following context section and only that context to answer the question at the end. Do not use your internal knowledge. If you don't know the answer, just say that you don't know, don't try to make up an answer.
65
+
CONTEXT: {context}
66
+
USER: {question}
67
+
ANSWER:"""
48
68
49
69
# (G) EMBEDDING
50
70
embed_args= {
@@ -65,17 +85,11 @@
65
85
"verbose" : True
66
86
}
67
87
68
-
# (J) PROMPT TEMPLATE
69
-
prompt_template="""SYSTEM: Use the following context section and only that context to answer the question at the end. Do not use your internal knowledge. If you don't know the answer, just say that you don't know, don't try to make up an answer.
0 commit comments