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).
https://www.falkordb.com/
Other
711 stars 29 forks source link

Explore use of APOC functions in RedisGraph #85

Open gkorland opened 1 year ago

gkorland commented 1 year ago

Created by: @styk-tv Source: https://github.com/RedisGraph/RedisGraph/issues/449 I know this is a long shot, but any chance of reviewing how far (if at all) we are from being able to take advantage of APOC functions/procedures repository?

The APOC library consists of many (about 450) procedures and functions to help with many different tasks in areas like data integration, graph algorithms or data conversion.

https://github.com/neo4j-contrib/neo4j-apoc-procedures

gkorland commented 1 year ago

Origin comment by: @swilly22 The closest thing we have currently in development is our GraphAPI which is written in C and will enable access to different graph primitives, from there one could implement different procedures / algorithms, I can only imagine C binding of this GraphAPI to higher level languages to ease procedures authors.

gkorland commented 1 year ago

Origin comment by: @github-actions[bot] Stale issue message