Home / Companies / SurrealDB / Blog / April 2025

April 2025 Summaries

3 posts from SurrealDB

Filter
Month: Year:
Post Summaries Back to Blog
Surreal Cloud has introduced Teams and Organisations, a new feature designed to streamline collaboration and resource management for users of SurrealDB. This feature enables users to invite collaborators with customizable roles and permissions, providing granular control over project access and modifications. The platform allows for the separation of work into different Organisations, each with its own settings and billing, making it easier to manage projects for different clients or business units. The intuitive interface simplifies team management, allowing quick invitation and role assignment, while also offering fine-grained permissions, unified billing, and compliance tools. As projects and teams grow, users can scale operations by creating new Organisations or upgrading team instances without disrupting existing workflows. This new capability aims to enhance collaboration by reducing complexity and centralizing control, allowing users to focus on building projects more efficiently. Surreal Cloud is also offering a $50 credit for new users who apply the code CLOUD50 by May 30, 2025.
Apr 15, 2025 551 words in the original blog post.
The blog post is a simplified explanation of databases aimed primarily at children, though adults can also benefit from its straightforward language. It introduces the concept of databases by comparing them to the human mind, which stores and retrieves information. The article explains that databases are essential for organizing and accessing large amounts of information, similar to how the brain remembers important details and forgets trivial ones. It highlights the clarity and precision needed in database languages compared to human languages, which are more flexible and intuitive. By using relatable examples, such as deciding on a camping trip or asking for food, the post illustrates how databases operate and how crucial they are in managing information efficiently. It also provides a basic introduction to database language, showing how it translates human requests into machine-readable commands, allowing for precise data queries and storage.
Apr 10, 2025 3,671 words in the original blog post.
The blog post discusses the advantages of using SurrealDB for building Retrieval Augmented Generation (RAG) pipelines by generating in-database embeddings, thus eliminating the reliance on external APIs. Traditional RAG pipelines face issues like latency, cost, complexity, and security risks due to external API usage for generating vector embeddings. SurrealDB, a multi-model database, integrates SurrealML to store and execute machine learning models, allowing developers to create embeddings directly within the database using SurrealQL functions. This approach reduces dependencies, enhances security, and lowers costs, facilitating more efficient semantic searches. By storing word embeddings in a simple table structure, SurrealDB enables quick and seamless retrieval of semantically similar data, akin to a well-organized spice rack. The database's ability to handle various data types and its user-defined functions for averaging word vectors into sentence embeddings streamline the process of retrieving relevant information for LLMs, fostering the development of secure and cost-effective RAG applications without the complexities of external embedding calls.
Apr 02, 2025 2,831 words in the original blog post.