refactor and deps (#2184)

This commit is contained in:
Alex
2025-12-10 21:53:59 +00:00
committed by GitHub
parent 09e7c1b97f
commit e0a9f08632
14 changed files with 120 additions and 298 deletions

View File

@@ -2,7 +2,7 @@
from abc import abstractmethod
from typing import Any, List
from langchain.docstore.document import Document as LCDocument
from langchain_core.documents import Document as LCDocument
from application.parser.schema.base import Document