Skip to content

Commit b667668

Browse files
authored
fix: llamaIndex latest version (#604)
1 parent fe0bcc4 commit b667668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ragas/testset/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
if t.TYPE_CHECKING:
3434
from langchain_core.documents import Document as LCDocument
35-
from llama_index.readers.schema import Document as LlamaindexDocument
35+
from llama_index.core.schema import Document as LlamaindexDocument
3636

3737
logger = logging.getLogger(__name__)
3838

0 commit comments

Comments
 (0)