i think the most elegant approach would be like if they are random ket the llm figure it out cause we probably dont have specific keywords in mind anyway. But for those we have internal ids, we create the nodes ourselves
@Logan M For context, we split transcripts into logical segments (our own version of doc nodes), and each of these segments has an associated summary, keywords, context items, etc. This is done with "traditional" ML and would serve as useful metadata, so inserting at the node level would be ideal!
@aleks_wordcab why dont you add this to extra info object of the node? You can easily modify the node extra info variable and add or remove object properties.