Skip to content

Commit 9aa78da

Browse files
committed
improvements to graph clustering and labeling
1 parent 20ead70 commit 9aa78da

5 files changed

Lines changed: 205 additions & 132 deletions

File tree

lib/textpair_graph/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"orjson",
2828
"tqdm",
2929
"textpair_llm",
30+
"faiss-cpu",
3031
]
3132

3233
[project.optional-dependencies]

lib/textpair_graph/textpair_graph.egg-info/PKG-INFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Requires-Dist: lz4
1919
Requires-Dist: orjson
2020
Requires-Dist: tqdm
2121
Requires-Dist: textpair_llm
22+
Requires-Dist: faiss-cpu
2223
Provides-Extra: cuda
2324
Requires-Dist: cuml-cu12==25.10.*; extra == "cuda"
2425
Requires-Dist: cugraph-cu12==25.10.*; extra == "cuda"

lib/textpair_graph/textpair_graph.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lz4
1111
orjson
1212
tqdm
1313
textpair_llm
14+
faiss-cpu
1415

1516
[cuda]
1617
cuml-cu12==25.10.*

0 commit comments

Comments
 (0)