hhy-huang commited on
Commit ·
c5f94d7
1
Parent(s): 19838e5
up
Browse files
README.md
CHANGED
|
@@ -113,7 +113,7 @@ class RetrievalStepResult:
|
|
| 113 |
answer: Optional[str] = None
|
| 114 |
|
| 115 |
question = "your_question"
|
| 116 |
-
triples_string = "retrieved_triples
|
| 117 |
interaction_history = "list_of_RetrievalStepResult"
|
| 118 |
original_text = "triple_related_original_text"
|
| 119 |
|
|
|
|
| 113 |
answer: Optional[str] = None
|
| 114 |
|
| 115 |
question = "your_question"
|
| 116 |
+
triples_string = "retrieved_triples"
|
| 117 |
interaction_history = "list_of_RetrievalStepResult"
|
| 118 |
original_text = "triple_related_original_text"
|
| 119 |
|