Skip to content

Commit 274309c

Browse files
committed
日志级别变更
1 parent ab56c68 commit 274309c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bella_rag/vector_stores/qdrant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def _point_to_node(self, scored_point, index: Optional[VectorIndex] = None) -> B
523523
from init.settings import user_logger
524524

525525
payload = scored_point.payload or {}
526-
user_logger.info(f"[QdrantVectorDB._point_to_node] 原始payload: {payload}")
526+
user_logger.debug(f"[QdrantVectorDB._point_to_node] 原始payload: {payload}")
527527

528528
# 提取关系信息
529529
relationships_str = payload.get(FIELD_RELATIONSHIPS)

0 commit comments

Comments
 (0)