Fix linting

This commit is contained in:
yangdx 2025-06-28 14:32:26 +08:00
parent 95c7a7d038
commit 2c47367975

View file

@ -226,7 +226,9 @@ class PostgreSQLDB:
return
# 4. Perform the migration
logger.info("Starting data migration from LIGHTRAG_DOC_CHUNKS to LIGHTRAG_VDB_CHUNKS...")
logger.info(
"Starting data migration from LIGHTRAG_DOC_CHUNKS to LIGHTRAG_VDB_CHUNKS..."
)
migration_sql = """
INSERT INTO LIGHTRAG_VDB_CHUNKS (
id, workspace, full_doc_id, chunk_order_index, tokens, content,