VectorContextRetriever
with a neo4j property graph store for example, the content of the nodes (node.get_content()
) are always in this format:X ({'name': 'X', 'page_number': 35, 'neo4jImportId': '4776', 'triplet_source_id': '88bc8874-b2bb-4ccf-b2fc-2bd799cac5be'}) -> has_authorizations_from ({'page_number': 26, 'triplet_source_id': 'eb51e497-3428-4007-9f4a-9b682ed66371'}) -> Y ({'name': 'Y', 'page_number': 35, 'neo4jImportId': '4861', 'triplet_source_id': '88bc8874-b2bb-4ccf-b2fc-2bd799cac5be'})
X -> has_authorizations_from -> Y
?