.
This commit is contained in:
+1
-2
@@ -155,8 +155,7 @@ fn main() -> color_eyre::Result<()> {
|
||||
.map(Triple::from)
|
||||
.collect::<Graph>();
|
||||
|
||||
let documents = indexer.graph(&graph_with_inferences)?;
|
||||
for document in documents {
|
||||
for document in indexer.graph(&graph_with_inferences)? {
|
||||
writer.add_document(document)?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user