Support queries like the following with graph cypher queries. ```cypher MATCH P=(A)-[]->({type: "entity"}) WHERE SIMILAR(A, "vector search query") RETURN P ```