FalkorDB 4.0 Beta released – Major improvements and Critical bug fixes!

Table of Contents

We’re excited to announce that FalkorDB 4.0 Beta is now available for download and testing. FalkorDB is a graph database that builds on the legacy of RedisGraph, which was discontinued by Redis a few months ago. FalkorDB aims to provide a fast, scalable and reliable graph solution for your data needs.

Docker container: docker run -it -p 6379:6379 -p 7687:7687 falkordb/falkordb:v4.0.1

 

Try it on

FalkorDB 4.0.0 first beta introduces some major features and enhancements over RedisGraph:

 

Some of the notable critical bug fixes:

We encourage all RedisGraph users to test FalkorDB 4.0 as soon as possible, as we plan to fix more critical bugs and release the final version of FalkorDB 4.0 soon. 

We hope you enjoy using FalkorDB 4.0 beta and we welcome your feedback and suggestions. Please feel free to contact us on Discord or GitHub issues/discussions if you have any questions.

Related Articles

Blog-1.

Code Graph: From Visualization to Integration

Code is the foundation of modern software, but as codebases grow in complexity, understanding and navigating them becomes increasingly challenging. Code Graph is a visual representation of a codebase,…
img-1

Knowledge Graph & LLM or what is GraphRAG?

By using GraphRAG, we can achieve a bidirectional communication between Knowledge Graphs and LLMs, where both sides can benefit from each other’s strengths and compensate for each other’s weaknesses….
Structure of a Knowledge Graph

Knowledge graph vs vector database: Which one to choose?

Large Language Models (LLMs) are powerful Generative AI models that can learn statistical relationships between words, which enables them to generate human-like text, translate languages, write different kinds of…