January 2025 Summaries
4 posts from SurrealDB
Filter
Month:
Year:
Post Summaries
Back to Blog
At SurrealDB, improvements have been made to the documentation to enhance the user experience and understanding of multi-model databases, based on user feedback. The documentation is now structured as a multi-doc with multiple entry points, including SurrealDB, Surreal Cloud, and related platforms, to facilitate easier navigation and access to information. A new expanded sidebar and improved search functionality, including faster search indexing and hotkeys, have been introduced to make information retrieval more efficient. Additionally, a data-model section has been added to help users understand the models necessary for utilizing SurrealDB, with examples from popular databases like MongoDB, Neo4J, and Postgres. Enhanced getting-started guides are also available to assist users in installing SurrealDB and using its SDKs, and the company is committed to ongoing improvements based on user feedback.
Jan 31, 2025
432 words in the original blog post.
GraphRAG is an innovative approach that enhances Retrieval-Augmented Generation (RAG) by integrating graph databases, such as SurrealDB, with traditional vector search methods, offering a more insightful and contextually aware system. By leveraging the semantic richness and structural relationships inherent in graph databases, GraphRAG provides a nuanced understanding of data that traditional RAG systems often miss. The blog post explores the practical implementation of GraphRAG, demonstrating its benefits through tangible examples, and compares its performance with different language models, such as Gemini and DeepSeek, highlighting their distinct capabilities and performance differences. The integration of knowledge graphs into RAG systems allows for improved reasoning, reduces hallucination, and offers flexibility in handling complex queries. This approach not only enhances the factual grounding of responses but also opens up new possibilities for applications in education, research, and customer service. The post encourages readers to engage with the technology, experiment with embeddings, and explore the potential of constructing their own GraphRAG systems, emphasizing the transformative impact of this technology on how we interact with and extract information.
Jan 31, 2025
5,710 words in the original blog post.
Surrealist 3.2 introduces significant updates, notably the new graph visualization functionality in the Query View, which allows users to visually map query results and relationships with customizable appearance settings. The release also unveils a redesigned interface that aligns better with the SurrealDB brand, enhancing contrast and interface consistency. Surreal Cloud features have been extended, providing options to view active discount codes, monthly usage charges, and referral progression, aiming for greater billing transparency. Additional minor updates include a button for copying table names, a confirmation for Cloud instance deletion, and several bug fixes such as improved table creator validation and corrected namespace and database selector rendering.
Jan 30, 2025
477 words in the original blog post.
SurrealDB, an open-source database written entirely in Rust, welcomes contributions from developers through pull requests (PRs) on GitHub, even for those unfamiliar with Rust. The blog post provides a detailed guide on setting up the necessary tools, such as Rust and Cargo, to make and test changes to the SurrealDB codebase. Rust's strict compiler and single package manager make it relatively easy to run and test changes, encouraging user contributions. The post walks through the process of creating a simple PR by adding a new predefined variable, $pep_talk, to the database, demonstrating the ease with which developers can interact with Rust code. It highlights Rust's user-friendly compiler, which aids in identifying and correcting errors, making it accessible for developers from different programming backgrounds. The final steps involve testing the new feature and submitting the PR with a template to provide context and motivation for the changes, illustrating the open-source community's collaborative nature in enhancing SurrealDB.
Jan 24, 2025
4,599 words in the original blog post.