Spaces:
Sleeping
Sleeping
Update rag/rag_generator.py
Browse files- rag/rag_generator.py +2 -1
rag/rag_generator.py
CHANGED
|
@@ -87,7 +87,8 @@ def _log_block(title: str, body: str) -> None:
|
|
| 87 |
# ------------------------------------------------------------
|
| 88 |
|
| 89 |
RAG_PROMPT = """Write a conclusion using the the data provided.
|
| 90 |
-
Do not change the confidence level.
|
|
|
|
| 91 |
|
| 92 |
Target genus: {genus}
|
| 93 |
Confidence state: {confidence_state}
|
|
|
|
| 87 |
# ------------------------------------------------------------
|
| 88 |
|
| 89 |
RAG_PROMPT = """Write a conclusion using the the data provided.
|
| 90 |
+
Do not change the confidence level. Do not introduce new reasoning.
|
| 91 |
+
Write 3–4 sentences in clear, natural language.
|
| 92 |
|
| 93 |
Target genus: {genus}
|
| 94 |
Confidence state: {confidence_state}
|