Find answers from the community

Home
Members
Steve_Phelange
S
Steve_Phelange
Offline, last seen 3 months ago
Joined September 25, 2024
Hey @Logan M when I try to retrieve nodes with 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'})

Is there some method that allows the node content to be formatted simply as X -> has_authorizations_from -> Y ?

Thanks!
3 comments
S
L