You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howtos/customizations/testgenerator/_language_adaptation.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
## Synthetic test generation from non-english corpus
2
+
## Synthetic test generation from non-english corpus
2
3
3
4
In this notebook, you'll learn how to adapt synthetic test data generation to non-english corpus settings. For the sake of this tutorial, I am generating queries in Spanish from Spanish wikipedia articles.
4
5
@@ -48,12 +49,13 @@ len(docs)
48
49
49
50
```python
50
51
from ragas.llms import LangchainLLMWrapper
51
-
from ragas.embeddings importLangchainEmbeddingsWrapper
/opt/homebrew/Caskroom/miniforge/base/envs/ragas/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
0 commit comments