We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c0c28 commit 9149d20Copy full SHA for 9149d20
src/ragas/testset/docstore.py
@@ -21,7 +21,7 @@
21
from ragas.testset.utils import rng
22
23
if t.TYPE_CHECKING:
24
- from llama_index.readers.schema import Document as LlamaindexDocument
+ from llama_index.core.schema import Document as LlamaindexDocument
25
26
from ragas.testset.extractor import Extractor
27
0 commit comments