FalkorDB / FalkorDB

A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).

Home Page:https://www.falkordb.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error about Pattern comprehension in reduce()

gkorland opened this issue · comments

ref RedisGraph/RedisGraph#3202

I execute a query on my empty RedisGraph and get an error.

Redis version:7.2.0
RedisGraph version: v2.12.10
operating system: windows 11
API:Cypher version 9

Steps to reproduce:
GRAPH.QUERY graph "MATCH (n0:L5) WHERE reduce(a=[()-[]-()|1],b IN [TRUE]|b) RETURN 1"

The error message is as follows:
"Unable to resolve filtered alias '[()-[]-()|1]'"