Restructure cluster-keywords into builders and result records

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-17 22:38:34 +08:00
co-authored by Claude Opus 5
parent 019f317a82
commit 668f1bb118
4 changed files with 752 additions and 534 deletions
+2 -4
View File
@@ -40,13 +40,11 @@ dependencies = [
"pydantic-settings >= 2",
"SQLAlchemy >= 2",
"anthropic",
]
[project.optional-dependencies]
cluster = [
"torch",
"sentence-transformers",
"scikit-learn",
"numpy",
"transformers",
]
[project.scripts]