Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
沈秋雨
/
lyric_rhyme
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d39197d3
...
d39197d3d03171fd39235ab39e93b363a710c486
authored
2026-06-04 09:56:48 +0800
by
沈秋雨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复重复提交数据
1 parent
21677240
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lyric_dedup_server/service.py
lyric_dedup_server/service.py
View file @
d39197d
...
...
@@ -118,7 +118,6 @@ class DedupService:
"insert into lyric_lines (lyric_id, role, line_no, normalized_line, line_hash) values (
%
s,
%
s,
%
s,
%
s,
%
s)"
,
line_rows
,
)
conn
.
commit
()
def
_recall_candidates
(
self
,
conn
:
Any
,
record
:
LyricRecord
)
->
list
[
LyricRecord
]:
"""Three-tier recall: exact_hash → pg_trgm → line_hash."""
...
...
Please
register
or
sign in
to post a comment