persist

fun persist(entityRepository: <Error class: unknown class>)

Persist entities to the repository and create structural relationships.

Creates (Chunk)-[:HAS_ENTITY]->(Entity) relationships linking the source chunk to each extracted entity.

Parameters

entityRepository

Repository for entity persistence