September 2025 Summaries
5 posts from SurrealDB
Filter
Month:
Year:
Post Summaries
Back to Blog
Stablebridge is an ambitious project aiming to create comprehensive regulatory intelligence systems for the stablecoin market, focusing on the complex landscape of regulations across US and EU jurisdictions. The project explores the use of Knowledge Graph-based Retrieval Augmented Generation (KG-RAG) systems and traditional RAG systems, employing SurrealDB to manage the intricate web of regulatory information with speed and precision. The KG-RAG system, leveraging knowledge graphs generated by kg-gen, offers faster and more precise reasoning but faces challenges with entity extraction and relationship quality, while the traditional RAG system, inspired by the MUVERA approach, provides more reliable and broader coverage, albeit at a slower pace. The study underscores the potential of hybrid systems that combine the strengths of both approaches for optimal performance in navigating the evolving stablecoin regulatory environment, thereby supporting Stablebridge’s mission to deliver robust regulatory intelligence.
Sep 30, 2025
3,417 words in the original blog post.
SurrealDB has been highlighted in new research focusing on a hybrid database approach to Retrieval-Augmented Generation (RAG), published on Zenodo. The study explores how combining SQL-style analytics with semantic vector search can enhance the flexibility and richness of data retrieval systems, surpassing the capabilities of traditional vector-only methods. SurrealDB's distinctive ability to integrate structured queries with vector operations served as a crucial technology in this research, showcasing its potential to advance RAG workflows. The community eagerly anticipates further innovations and detailed technical insights from this ongoing project.
Sep 17, 2025
297 words in the original blog post.
The blog post focuses on using historical texts to create structured knowledge graphs in SurrealDB, employing advanced natural language processing models like SentimentModel and ZeroShotClassificationModel to analyze sentiment and interactions between countries during significant historical periods, specifically around World War I. The project involves breaking down historical books into manageable chunks, extracting text from PDFs, and utilizing Rust-based sentiment analysis to evaluate changes in public perception towards various European nations across different years. The process involves setting up a SurrealDB environment, running sentiment and interaction analysis on text passages, and visualizing the results through graph visualizations to discern patterns and trends. The analysis highlights the evolving sentiment towards countries like Germany, France, and Belgium, providing insights into historical narratives and international relations during and after the war. The blog also discusses methods to improve the accuracy of sentiment and interaction detection and suggests that the approach can be scaled to handle larger datasets for more comprehensive historical research.
Sep 11, 2025
6,092 words in the original blog post.
SurrealDB has launched an official node for n8n, enabling seamless integration of database operations within AI-driven workflows. This integration allows users to perform CRUD operations, execute custom queries using SurrealQL, manage tables, fields, indexes, and relationships, and perform system diagnostics over HTTP(S). By combining SurrealDB's multi-model system—which supports document, relational, graph, full-text, and vector data—with n8n's visual orchestration features, users can build advanced workflows that power both automations and AI tools. The node is particularly beneficial for AI applications, offering functionalities like vector search and graph querying, which enhance data-driven decision-making processes. The integration also emphasizes security by providing scope-specific authentication and supports connection pooling for performance optimization. Through this integration, teams can streamline their operations by creating intelligent, automated systems that bridge AI agents and operational data, facilitating a more efficient data-to-decision workflow.
Sep 03, 2025
1,775 words in the original blog post.
The defence sector is undergoing a transformation where data-centric warfare and artificial intelligence (AI) are becoming pivotal to military advantage, moving beyond traditional physical platforms like tanks and jets. AI facilitates autonomous systems, predictive logistics, and real-time intelligence, but its effectiveness relies on robust data foundations. Current defence data systems are fragmented and outdated, causing issues such as latency and interoperability, which hinder real-time decision-making and autonomous operations. Legacy infrastructure, with its rigid schemas and centralized architectures, is inadequate for modern defence needs, prompting a shift towards databases that support persistent, context-aware memory and real-time responsiveness. SurrealDB, an open-source, Rust-based multi-model database, addresses these challenges by integrating vector stores, graph engines, and relational tables into a single engine, enabling real-time decision-making and multi-model reasoning. SurrealDB's architecture allows for tactical edge deployment and agent memory, enhancing performance and security in combat scenarios. Written in Rust, SurrealDB ensures memory safety and resilience, making it suitable for sensitive defence workloads. The evolution of defence AI hinges on advanced database layers like SurrealDB, which provide the necessary infrastructure for AI-native systems to operate effectively, ultimately making superior data as crucial as superior weapons in future conflicts.
Sep 03, 2025
978 words in the original blog post.