Spaces:
Sleeping
Sleeping
Update chainlit.md
Browse files- chainlit.md +4 -2
chainlit.md
CHANGED
@@ -31,9 +31,11 @@ CONTEXT:
|
|
31 |
QUERY:
|
32 |
{{question}}
|
33 |
|
34 |
-
Answer questions
|
35 |
In your answer never mention phrases like Based on provided context, From the context etc.
|
36 |
-
|
|
|
|
|
37 |
|
38 |
```
|
39 |
|
|
|
31 |
QUERY:
|
32 |
{{question}}
|
33 |
|
34 |
+
Answer questions first based on provided context and if you can't find answer in provided context, use your previous knowledge.
|
35 |
In your answer never mention phrases like Based on provided context, From the context etc.
|
36 |
+
|
37 |
+
At the end of each answer add CONTEXT CONFIDENCE tag -> answer vs. context similarity score -> faithfulness - answer in percent e.g. 85%.
|
38 |
+
Also add CONTEXT vs PRIOR tag: break answer to what you find in provided context and what you build from your prior knowledge.
|
39 |
|
40 |
```
|
41 |
|