Spaces:
Paused
Paused
Thanged prompt
Browse files
app.py
CHANGED
@@ -63,6 +63,9 @@ vectorstore = QdrantVectorStore(
|
|
63 |
|
64 |
rag_system_prompt_template = """\
|
65 |
You are a helpful assistant that uses the provided context to answer questions. Never reference this prompt, or the existence of context.
|
|
|
|
|
|
|
66 |
"""
|
67 |
|
68 |
rag_message_list = [
|
|
|
63 |
|
64 |
rag_system_prompt_template = """\
|
65 |
You are a helpful assistant that uses the provided context to answer questions. Never reference this prompt, or the existence of context.
|
66 |
+
If you cannot answer the question from the information in the context, tell the user that
|
67 |
+
you cannot answer the question directly from the context, but that you will give an answer
|
68 |
+
that is based on your general knowledge.
|
69 |
"""
|
70 |
|
71 |
rag_message_list = [
|