Skip to content

Commit 1c5f46a

Browse files
authored
added imports to doc (#178)
1 parent 584e22f commit 1c5f46a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/howtos/applications/compare_embeddings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ For this tutorial notebook, I am using papers from Semantic Scholar that is rela
2323

2424
```{code-block} python
2525
:caption: load documents using llama-hub and create test data
26+
from llama_index import download_loader
27+
from ragas.testset import TestsetGenerator
28+
2629
SemanticScholarReader = download_loader("SemanticScholarReader")
2730
loader = SemanticScholarReader()
2831
query_space = "large language models"

0 commit comments

Comments
 (0)