No crawler, no sitemap

This commit is contained in:
Pavel
2023-10-12 01:03:40 +04:00
parent 8f2ad38503
commit 658867cb46
7 changed files with 76 additions and 1 deletions

View File

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