Skip to content

Commit 9149d20

Browse files
authored
ci: migrate to latest llama-index version (#603)
1 parent 41c0c28 commit 9149d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ragas/testset/docstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from ragas.testset.utils import rng
2222

2323
if t.TYPE_CHECKING:
24-
from llama_index.readers.schema import Document as LlamaindexDocument
24+
from llama_index.core.schema import Document as LlamaindexDocument
2525

2626
from ragas.testset.extractor import Extractor
2727

0 commit comments

Comments
 (0)