Home / Companies / FalkorDB / Blog / April 2025

April 2025 Summaries

8 posts from FalkorDB

Filter
Month: Year:
Post Summaries Back to Blog
Bank of America's AI strategy exemplifies the benefits of using small, task-specific language models (SLMs) over large language models (LLMs) in enterprise environments, highlighting the success of Erica, a lightweight AI agent designed for precise, efficient customer interactions. Erica's implementation leverages Graph Retrieval-Augmented Generation (GraphRAG), which enhances performance by providing structured, transparent, and rapid context retrieval, significantly reducing latency compared to traditional methods. Despite the challenges of scaling AI agents, such as domain overfitting and maintaining compliance, GraphRAG offers solutions like stateful context storage and transparent data lineage, essential for audits and regulatory adherence. Bank of America's significant AI investment underlines the importance of smart architecture over sheer model size, combining in-house expertise with advanced retrieval systems for tailored, compliant, and efficient AI operations.
Apr 28, 2025 806 words in the original blog post.
FalkorDB has been recognized as HackerNoon's "Startup of the Year 2024" for Tel Aviv, surpassing over 14,000 Israeli startups based on community impact, technical advancements, and real-world application. As an open-source property-graph database, FalkorDB's engineering team has introduced significant features such as sparse-matrix storage, AVX-powered query execution, and multi-tenant clustering, maintaining a sub-10 ms P99 latency on graphs with billions of relationships. These innovations have been embraced by developers for applications like fraud analytics, security mapping, and knowledge-graph retrieval without necessitating changes to existing application logic. CEO Guy Korland emphasizes a benchmark-first approach to development, ensuring high performance and reliability. HackerNoon's annual awards, which attracted over 400,000 developer votes globally, have previously honored startups like PostHog, Supabase, and Temporal.
Apr 27, 2025 185 words in the original blog post.
FalcorDB's team conducted an assessment to evaluate the scalability of a multi-tenant graph database in handling access-permission workloads and its performance when transitioning from a single server to a clustered deployment. The study focused on a real-world query pattern—checking user permissions for files—and tested throughput across different hardware configurations, observing near-linear increases in query-per-second rates with each 32-core increment, thanks to minimal coordination overhead across shards. The database supports full graph isolation during queries, allowing each query to target a single graph key, which minimizes data leakage risks and maintains write integrity at the master level. FalcorDB's multigraph functionality, available in both open-source and managed versions, enables scalable read operations by adding replicas, though it does not support cross-graph queries within a single execution. Memory usage and snapshot time rise with more graphs, but query latency remains constant as each query is limited to a single graph. The platform is designed for technical teams managing complex, real-time data, enhancing accuracy in generative AI applications while reducing hallucinations in outputs.
Apr 23, 2025 506 words in the original blog post.
The Model Context Protocol (MCP), developed by Anthropic, is an open standard designed to facilitate seamless integration between AI models and external data sources by providing a universal interface that eliminates the need for custom integrations. FalkorDB has implemented an MCP server to enable AI models to effectively query and interact with its graph database, supporting advanced applications like Graph Retrieval-Augmented Generation (GraphRAG), which requires understanding complex data relationships. This implementation allows developers to avoid brittle custom logic and gain flexibility in querying identity, configuration, and structured sources. While MCP standardizes the way AI applications connect to data sources, simplifying integration and reducing development overhead, it does not address authentication, error handling, or real-time updates, which remain implementation-specific challenges. Suitable for applications ranging from AI assistants to enterprise search, MCP is beneficial for both large and small projects but is not ideal for high-frequency event streams or real-time data propagation.
Apr 14, 2025 820 words in the original blog post.
Graph Query Language (GQL) is a declarative syntax designed for querying graph-structured data, focusing on nodes, edges, and relationship patterns, as opposed to the tabular data targeted by SQL. Tools like FalkorDB simplify using GQL for large language model (LLM) and Graph Retrieval-Augmented Generation (GraphRAG) workflows by employing Cypher-like syntax, which is more intuitive for relational patterns. Despite initial perceptions of complexity, GQL is not inherently more difficult than SQL, and the ongoing standardization efforts by ISO's GQL initiative aim to create a vendor-neutral standard, reducing fragmentation. This makes GQL particularly suitable for LLMs, allowing them to retrieve structured data efficiently and perform complex queries that SQL may struggle with in multi-relational contexts. FalkorDB and LangChain enhance developer productivity by enabling LLMs to auto-generate graph queries, thus lowering the learning curve and facilitating the integration of graph databases as structured retrieval layers for LLMs, which enriches the grounding data and improves the accuracy of responses.
Apr 10, 2025 877 words in the original blog post.
In a developer-focused guide, knowledge graphs are highlighted as essential tools for enhancing AI systems by providing structured context, improving explainability, and reducing large language models' (LLMs) data dependency. Knowledge graphs, which represent entities and their relationships, offer advantages in data integration, contextual enrichment, and efficient retrieval through graph traversal and subgraph matching. They are crucial in various AI applications, such as search, chatbots, and real-time reasoning, by supporting entity disambiguation and structured explanations. Tools like FalkorDB and LangChain facilitate the operationalization of domain-specific knowledge pipelines, while graph traversal techniques like GraphRAG can outperform traditional vector searches in precision-critical tasks. The guide emphasizes the adaptability of knowledge graphs, which continuously evolve by integrating new facts, entities, and schemas, making them suitable for both static and dynamic knowledge representation.
Apr 09, 2025 718 words in the original blog post.
NFalkorDB v1.0.0 is a newly released library that provides .NET developers with streamlined access to FalkorDB through C# extensions, eliminating the need for boilerplate code. It is designed to work directly with StackExchange.Redis, bypassing unnecessary caching layers and wrappers, which simplifies debugging and ensures consistent performance under concurrent loads. The library allows developers to perform typical graph database operations like creating nodes, linking edges, and querying subgraphs directly from .NET, with integration tests serving as both usage guides and demonstrations of its capabilities. NFalkorDB supports complex engineering patterns such as tiered caching and real-time analytics, making it a versatile tool for projects that require structured graph queries. Avi Avni, the Chief Architect at FalkorDB, has played a pivotal role in its development, drawing from his extensive experience in graph database architectures and previous work with RedisGraph.
Apr 07, 2025 311 words in the original blog post.
In a study conducted by Diffbot, it was found that GraphRAG, which uses a knowledge graph as the retrieval substrate, significantly outperforms traditional vector search methods in enterprise large language model (LLM) accuracy, particularly for schema-bound queries such as KPIs and forecasts. The KG-LM Accuracy Benchmark demonstrated that while vector RAG approaches scored 0% on these complex queries, GraphRAG achieved a 56.2% accuracy, which further increased to over 90% with FalkorDB's 2025 SDK improvements. This performance is attributed to GraphRAG's ability to explicitly encode entity relationships, providing schema-aligned context that vector searches lack. The study suggests that for enterprise queries involving business logic, metric definitions, and schema conformity, GraphRAG is not just beneficial but necessary, as it provides the structural fidelity required for high-entity-density queries and operational analytics. The findings underscore the importance of using graph-based retrieval methods in production-grade systems to enhance the accuracy and reliability of GenAI applications, with FalkorDB offering an optimized solution with its GraphRAG SDK.
Apr 07, 2025 811 words in the original blog post.