mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 21:32:39 +02:00
fix import path for generate_content_hash
This commit is contained in:
parent
e92aa68523
commit
f5195b4c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,9 +10,9 @@ from app.db import Chunk, Document
|
|||
from app.services.llm_service import get_user_long_context_llm
|
||||
from app.utils.document_converters import (
|
||||
create_document_chunks,
|
||||
generate_content_hash,
|
||||
generate_document_summary,
|
||||
)
|
||||
from app.utils.hash_utils import generate_content_hash
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue