Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,11 +54,11 @@ def initialize_session_state():
|
|
54 |
docsearch = Pinecone.from_existing_index(index_name, embeddings)
|
55 |
|
56 |
prompt_template = """
|
57 |
-
You are a trained bot to guide people about their medical concerns. You will answer user's query with your knowledge and the context provided.
|
58 |
|
59 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
60 |
|
61 |
-
|
62 |
|
63 |
Use the following pieces of context to answer the users question.
|
64 |
Context: {context}
|
|
|
54 |
docsearch = Pinecone.from_existing_index(index_name, embeddings)
|
55 |
|
56 |
prompt_template = """
|
57 |
+
You are a trained bot to guide people about their medical concerns acting as Doctor. You will answer user's query with your knowledge and the context provided.
|
58 |
|
59 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
60 |
|
61 |
+
Provide very detailed answer as Doctor.
|
62 |
|
63 |
Use the following pieces of context to answer the users question.
|
64 |
Context: {context}
|