45VUKIB2U2QRDN44SCXQJIR6IKZ7VVVKWA5333ISGPNOPWBOQGHAC def word_sentence(word) dores =Bolt.Sips.query!(Bolt.Sips.conn(),"""MATCH (w:Word {word: $word})-[:OF_SENTENCE]-(s:Sentence)WITH collect(s) as sentencesWITH apoc.coll.randomItem(sentences) as sentencereturn sentence.text as text""",%{word: word})[text] = res["text"]textend