Skip to content

Commit

Permalink
📝 improve documentation for doc endpoint and add factuality in genera…
Browse files Browse the repository at this point in the history
…tion example

Signed-off-by: gkumbhat <[email protected]>
  • Loading branch information
gkumbhat committed May 22, 2024
1 parent 4d6d393 commit 8093ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/openapi_detector_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ paths:
description: >-
Detectors that run on prompt and text generation output. <br>
- Answer relevance <br>
- Faithfulness <br>
- Factuality <br>
operationId: generation_analysis_unary_handler
parameters:
- name: detector-id
Expand Down Expand Up @@ -171,7 +171,7 @@ paths:
post:
summary: Context Analysis Unary Handler
description: >-
Detectors that work on a context based inputs.<br>
Detectors that work on a context created by document(s).<br>
- Context relevance <br>
- Faithfulness / Groundedness <br>
operationId: context_analysis_unary_handler_api_v1_text_context_doc_post
Expand Down

0 comments on commit 8093ea9

Please sign in to comment.