Can JSONNodeParser be combined with SentenceWindowNodeParser or SemanticSplitterNodeParser ?
I'd like to maintain the metadata of the original JSON structure and be able to Vector Query at a low level, but return a larger contextual window for processing with the LLM.
Thanks logan, still having some trouble (just getting my head wrapped around the abstraction here.
Example JSON: [ { "start": 0.0, "end": 3.16, "speaker": "SPEAKER_01", "text": " D\u00e4r, nu verkar det vara ig\u00e5ng och du h\u00f6r vad jag s\u00e4ger." }, { "start": 3.56, "end": 8.34, "speaker": "SPEAKER_01", "text": " Bra, vi kan v\u00e4l b\u00f6rja lite snabbt med, vi kan bara presentera lite snabbt kanske." },.... etc on for thousands of lines