updates for RAG + CoT tests

This commit is contained in:
Adam Wilson
2025-07-25 18:11:49 -06:00
parent 72785c6420
commit 741629908c
10 changed files with 6603 additions and 61 deletions
+1
View File
@@ -33,6 +33,7 @@ def run_prompt_analysis_test(
"""
semantic_similarity_service.use_comparison_texts(comparison_texts)
results = []
print(f'using {len(prompts)} prompts for testing...')
for i, prompt in enumerate(prompts[:max_prompts], 1):
# Configure the service using the provided configurator function