Skip to content

Commit 86cddb2

Browse files
authored
Update Ingress.md with usage example and code
Added usage example section and code snippet for entity resolution.
1 parent be9539c commit 86cddb2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Ingress.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ ARCHITECTURE:
4848
└──────────────────┘
4949
"""
5050

51+
52+
```python
5153
# ═══ Component 1: Entity Resolution ═══
5254
# The HARDEST part of ingress
5355

@@ -354,6 +356,7 @@ class GraphIngestor:
354356
pass
355357

356358
return conn
359+
```
357360

358361

359362
# ═══ Usage Example ═══

0 commit comments

Comments
 (0)