Skip to content

Commit e6ec894

Browse files
authored
minor: fix llm expansion in docs (#847)
Updates the docs to fix the LLM acronym expansion.
1 parent e941823 commit e6ec894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/testset_generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Ragas takes a novel approach to evaluation data generation. An ideal evaluation
1616

1717
### In-Depth Evolution
1818

19-
Language Language Models (LLMs) possess the capability to transform simple questions into more complex ones effectively. To generate medium to hard samples from the provided documents, we employ the following methods:
19+
Large Language Models (LLMs) possess the capability to transform simple questions into more complex ones effectively. To generate medium to hard samples from the provided documents, we employ the following methods:
2020

2121
- **Reasoning:** Rewrite the question in a way that enhances the need for reasoning to answer it effectively.
2222

0 commit comments

Comments
 (0)