defsound commited on
Commit
7a591c9
1 Parent(s): dcd6b65

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +4 -2
chainlit.md CHANGED
@@ -31,9 +31,11 @@ CONTEXT:
31
  QUERY:
32
  {{question}}
33
 
34
- Answer questions only based on provided context and not your previous knowledge.
35
  In your answer never mention phrases like Based on provided context, From the context etc.
36
- If you don't know the answer say I don't know!
 
 
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