bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -153,7 +153,7 @@ def _generate_ragas_direct_rows( | ... | @@ -153,7 +153,7 @@ def _generate_ragas_direct_rows( |
| 153 | role_description="关注协议、版权、授权、责任和风险表述。", | 153 | role_description="关注协议、版权、授权、责任和风险表述。", |
| 154 | ), | 154 | ), |
| 155 | ] | 155 | ] |
| 156 | synthesizer = SingleHopQuerySynthesizer(llm=ragas_llm) | 156 | synthesizer = SingleHopSpecificQuerySynthesizer(llm=ragas_llm) |
| 157 | rows = asyncio.run( | 157 | rows = asyncio.run( |
| 158 | _generate_direct_samples(synthesizer, documents, source_rows, personas, size) | 158 | _generate_direct_samples(synthesizer, documents, source_rows, personas, size) |
| 159 | ) | 159 | ) | ... | ... |
-
Please register or sign in to post a comment