Find answers from the community

Updated 3 months ago

Reapinse format

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!
L
S
3 comments
Just merged into main, but not released just yet
OH how convenient. Thanks Logan!
Add a reply
Sign up and join the conversation on Discord