Home / Companies / SingleStore / Blog / October 2023

October 2023 Summaries

8 posts from SingleStore

Filter
Month: Year:
Post Summaries Back to Blog
The evolution of AI and its potential to surpass human capabilities is being driven by simplicity, with a focus on scaling information, context, and choice. This will require achieving high fidelity, speed, and real-time insights, which SingleStore aims to provide through its database technology, enabling responsible use of AI to benefit humanity.
Oct 31, 2023 768 words in the original blog post.
The Singlestore Helios Notebooks have received an upgrade that improves their usability by blocking requests made to external domains not in the allowlist, providing users with alerts and the option to add missing domains to the firewall, resulting in a better user experience.
Oct 31, 2023 360 words in the original blog post.
Retrieval Augmented Generation (RAG) is a technique used to mitigate hallucinations in large language models by leveraging external knowledge sources. It combines the capabilities of information retrieval with advanced generative capabilities of language models to provide detailed, contextually accurate answers. RAG involves three critical components: Retrieval, Augmentation, and Generation. The Retrieval component fetches relevant information from an external knowledge base, while the Augmentation component enhances and adds more context to the retrieved response. The Generation component uses a large language model (LLM) to craft precise responses based on the provided context. RAG allows models to pull in real-time information from external sources, making them dynamic and adaptable to new information, particularly useful for tasks like fact-checking or answering questions about recent events. By integrating SingleStoreDB with RAG, organizations can harness the power of real-time analytics and fast data retrieval, ensuring timely and relevant responses to user queries.
Oct 27, 2023 2,324 words in the original blog post.
SingleStore is a cloud-based distributed database that delivers blazing-fast performance, even when dealing with billions of rows of data. It supports various transactional features such as single- and multi-statement transactions, atomic distributed transactions, multi-version concurrency control, and locking mechanisms. Transactions in SingleStore are atomic, consistent, isolated, and durable, ensuring data consistency and reliability for mission-critical workloads. The database also provides high availability, fault tolerance, and disaster recovery capabilities through its scale-out architecture, replication of data across leaf nodes, and support for Point-in-Time Recovery (PITR). Additionally, SingleStore offers strong backup and restore options to safeguard customer data, including full backups, incremental backups, and the ability to upload backups concurrently.
Oct 25, 2023 2,910 words in the original blog post.
The Singlestore Helios integration with Vercel has been made available on the Vercel Marketplace, providing a seamless connection for frontend developers to leverage the power of Singlestore Helios in their web applications. With this integration, users can easily connect their Vercel projects to SinglestoreDB deployments and utilize environment variables to interact with SinglestoreDB from within their Vercel functions. The integration enables fast query execution using the SingleStore Data API, making it ideal for serverless environments such as Vercel functions.
Oct 25, 2023 295 words in the original blog post.
We are excited to announce a new user interface in Portal UI that allows users to interact with their SingleStore Kai-enabled workspaces using MongoDB query language, similar to the mongosh CLI. The "Kai Shell" page is accessible via the Customer Portal's left-hand sidebar and enables interaction with any workspace deployed with SingleStore Kai enabled. This feature aims to close the gap between SQL capabilities in our user interfaces and makes it easier for new adopters of SingleStoreDB to try Kai without installing software on their personal computers. We invite users to provide feedback through the SingleStore Forums.
Oct 25, 2023 150 words in the original blog post.
MongoDB, a robust transactional database, faces limitations when running analytics or aggregations on vast volumes of data. To address this, SingleStore Kai has been introduced as a fast and powerful API to drive up to 100x faster analytics on MongoDB applications without any query changes, application migration, or data transformations. The beauty of SingleStore Kai lies in its simplicity, requiring only an update of the connection string to harness its power with existing MongoDB tools and drivers. A crucial step is setting up a data replication pipeline between MongoDB and SingleStoreDB, which can be fraught with challenges. However, the public preview of native replication for applications built on MongoDB, powered by SingleStore Pipelines, has been introduced, offering advantages such as lightning-fast ingestion, no additional cost, effortless setup, and quick get-started scenarios. This capability allows users to replicate data into SingleStoreDB seamlessly, without incurring extra costs or requiring complex setup. The native replication feature can be achieved through two methods: using MongoDB wrapper commands through the SingleStore Kai endpoint or SQL commands. Monitoring the replication process involves checking the status of the replication using information_schema tables and running specific SQL commands. Overall, SingleStore Kai offers a smooth experience for powering analytics on MongoDB data without any application code changes or data transformations, and now with native MongoDB replication capabilities, setting up data replication from MongoDB into SingleStoreDB is seamless and quick.
Oct 20, 2023 911 words in the original blog post.
SingleStoreDB possesses several key benefits when used as a vector database, including broad capabilities that offer extensive features typically found in contemporary database systems, data movement efficiency by storing all types of data in one place, operational cost reduction due to fewer data management tools and copies needed, less specialized skills required for running an application environment, unified management providing an integrated platform for managing both vector and traditional relational databases, a streamlined architecture that is highly performant, available, and scalable, semantic search capabilities allowing applications to retrieve text matching the query's meaning, flexible data formats supporting diverse data types in one centralized location, and hybrid search functionality making it easier to perform searches based on vector nearness and descriptive properties using SQL. These benefits make SingleStoreDB an ideal choice for applications benefiting from both relational and vector-based operations, such as AI-based applications, chatbots, image recognition, and more.
Oct 11, 2023 452 words in the original blog post.