Skip to content

Commit 822575a

Browse files
committed
updating kg export function slightly
1 parent 5d8c86a commit 822575a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

archive_query_log/export/knowledge_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,3 @@ def iter_turtle_triples(serp: SERP) -> Iterator[tuple[str, str, str]]:
162162
# return DataFrame(triples, columns=["subject", "predicate", "object"])
163163

164164
# In Ray: Read from ES (in parallel, e.g., 100 worker) -> Map batches (Providers to Triples; concurrency 100) -> (Repartition, e.g., max. 1M triple per file) -> Write to Turtle files (creates X files)
165-
```

0 commit comments

Comments
 (0)