You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"checked_text": "Our premium plan costs $299/month and we offer customer support"
117
+
"threshold": 0.7
119
118
}
120
119
```
121
120
@@ -126,7 +125,6 @@ Returns a `GuardrailResult` with the following `info` dictionary:
126
125
-**`hallucinated_statements`**: Specific statements that are contradicted or unsupported
127
126
-**`verified_statements`**: Statements that are supported by your documents
128
127
-**`threshold`**: The confidence threshold that was configured
129
-
-**`checked_text`**: Original input text
130
128
131
129
Tip: `hallucination_type` is typically one of `factual_error`, `unsupported_claim`, or `none`.
132
130
@@ -271,4 +269,4 @@ In addition to the above evaluations which use a 3 MB sized vector store, the ha
271
269
-**Signal-to-noise ratio degradation**: Larger vector stores contain more irrelevant documents that may not be relevant to the specific factual claims being validated
272
270
-**Semantic search limitations**: File search retrieves semantically similar documents, but with a large diverse knowledge source, these may not always be factually relevant
273
271
-**Document quality matters more than quantity**: The relevance and accuracy of documents is more important than the total number of documents
274
-
-**Performance plateaus**: Beyond a certain size (11 MB), the performance impact becomes less severe
272
+
-**Performance plateaus**: Beyond a certain size (11 MB), the performance impact becomes less severe
0 commit comments