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 fe0bcc4 commit b667668Copy full SHA for b667668
src/ragas/testset/generator.py
@@ -32,7 +32,7 @@
32
33
if t.TYPE_CHECKING:
34
from langchain_core.documents import Document as LCDocument
35
- from llama_index.readers.schema import Document as LlamaindexDocument
+ from llama_index.core.schema import Document as LlamaindexDocument
36
37
logger = logging.getLogger(__name__)
38
0 commit comments