Skip to content

Commit 6d47b34

Browse files
committed
fix: corrected the image locations for the check_chain readme
1 parent 34c5046 commit 6d47b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/check_chain/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The command produces several outputs:
4141

4242
1. **Progress Bar**: Shows the progress of iterations.
4343

44-
![Progress Bar](docs/img/check_chain/command-to-run-checks.png)
44+
![Progress Bar](/docs/img/check_chain/command-to-run-checks.png)
4545

4646
2. **Structured Output**: The first response is a structured output based on the input risk statement. It includes fields such as:
4747
- risk_statement
@@ -56,11 +56,11 @@ The command produces several outputs:
5656
- authorization_recommendation
5757
- continuous_monitoring_strategy
5858

59-
![Structured Output](docs/img/check_chain/first_response_for_gpt4o_20_iterations.png)
59+
![Structured Output](/docs/img/check_chain/first_response_for_gpt4o_20_iterations.png)
6060

6161
3. **Semantic Similarity Scores**: Tables showing semantic similarity scores for each field across iterations.
6262

63-
![Semantic Similarity Scores](docs/img/check_chain/results_for_gpt4o_20_iterations.png)
63+
![Semantic Similarity Scores](/docs/img/check_chain/results_for_gpt4o_20_iterations.png)
6464

6565
- Scores range from 0 to 1, where 1 indicates perfect similarity.
6666
- Higher scores suggest more consistent outputs across iterations.

0 commit comments

Comments
 (0)