Fixing ingestion metadata grouping

This commit is contained in:
Pavel
2024-02-28 19:52:58 +03:00
parent 325a8889ab
commit 54d187a0ad
4 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
"""Base reader class."""
from abc import abstractmethod
from typing import Any, List, Iterator
from typing import Any, List
from langchain.docstore.document import Document as LCDocument
from application.parser.schema.base import Document