improved edge creation, wip graph retrieval

This commit is contained in:
Per Stark
2024-11-24 09:38:14 +01:00
parent 2e064c7148
commit 764cd52c12
4 changed files with 85 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ impl ContentProcessor {
for relationship in &relationships {
debug!("Storing relationship: {:?}", relationship);
store_item(&self.db_client, relationship.clone()).await?;
relationship.store_relationship(&self.db_client).await?;
}
info!(