process_file


Description:

public async void process_file (Tree tree) throws Error

Processes a Tree and generates vectors for all elements.

Implements incremental processing: only creates new embeddings for changed/new elements, reuses existing vectors for unchanged elements.

Parameters:

tree

The Tree object from Analysis layer