fix: remove unused import
This commit is contained in:
parent
7ea5f638fe
commit
e1e5e7336a
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ from pydantic import BaseModel
|
|||
from cognee.modules.data.extraction.extract_summary import extract_summary
|
||||
from cognee.modules.chunking.models.DocumentChunk import DocumentChunk
|
||||
from cognee.tasks.storage import add_data_points
|
||||
from cognee.tasks.storage.index_data_points import get_data_points_from_model
|
||||
from .models.TextSummary import TextSummary
|
||||
|
||||
async def summarize_text(data_chunks: list[DocumentChunk], summarization_model: Type[BaseModel]):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue