PinnedSQL+Vector: Empowering GenAI Applications with Relational Vector DatabasesThis article is based on the keynote speech given by MyScale CEO at The AI Conference 2023. Vector Databases + LLMs is a Key Stack to Build GenAI Applications In a world of rapidly advancing AI technologies, the fusion of Large Language Models (LLMs) like GPT and vector databases has emerged as a critical part of the infrastructure stack used to develop…Sql6 min readSql6 min read
5 days agoGetting Started with MyScaleData is at the heart of nearly every organization today. As data volumes continue to explode, companies must find ways to effectively store, process, and analyze their data. …Vector Database14 min readVector Database14 min read
Nov 29A Deep Dive into SQL Vector DatabasesLarge Language Models (LLMs) have made many tasks easier like making chatbots, language translation, text summarization, and many more. In the past, we used to write models for different tasks, and then there was always the issue of their performance. Now, we can do most of the tasks easily with…Vector Database7 min readVector Database7 min read
Nov 22Bring Your Knowledge Base into GPTs with MyScaleOn November 6, 2023, OpenAI announced the release of their GPTs. On this no-code platform, as a professional (or hobbyist) developer, you can build customized GPTs or chatbots using your tools and prompts, effectively changing your interactions with OpenAI’s GPT. Previous interactions mandated using dynamic prompting to retrieve responses from…Gpt6 min readGpt6 min read
Nov 15Filtering with MyScale: When SQL WHERE Meets Vector SearchVector databases offer lightning-fast retrieval on similar objects stored in between billions of records. However, you may also be interested in searching for related objects that match a specific set of conditions, known as filtered vector search. …Vector Database7 min readVector Database7 min read
Nov 1MyScale vs. PostgreSQL & OpenSearch: An Exploration into Integrated Vector DatabasesIn this article, we compare MyScale, an integrated vector database that offers full SQL support, with two traditional databases: PostgreSQL and OpenSearch. Both databases have recently added vector similarity search to their toolboxes. The advent of Large Language Models (LLMs) has increased interest in integrating conversational interfaces into various applications…Postgresql7 min readPostgresql7 min read
Oct 25Building a RAG-Enabled ChatBot with MyScale🔄 ❓Large Language Models (LLM) can be more reliable on truthfulness when given some retrieved contexts from a knowledge base, which is known as Retrieval Augmented Generation (RAG). Our earlier blogs discussed RAG’s performance gain and feasibility in cost and latency. …Chatbots7 min readChatbots7 min read
Oct 10Gonex Unleashes HR System Efficiency Using MyScale with High Availability and Multi-TenancyIn today’s fast-growing and dynamic global business landscape, Human Resource (HR) teams (especially from cross-border organizations) face ever-increasing challenges in efficiently maintaining legal and financial compliance. …Vector Database6 min readVector Database6 min read
Oct 5What to Expect from Retrievel-Augmented Generation and Self-Hosted LLMsRetrieval-augmented generation (RAG) is an AI framework designed to augment an LLM by integrating it with information retrieved from an external knowledge base. And based on the increasing focus RAG has garnered lately, it is reasonable to conclude that RAG is now a prominent topic in the AI/NLP (Artificial Intelligence/Natural…Vector Database9 min readVector Database9 min read
Sep 27Discover the Performance Gain with Retrieval Augmented GenerationLarge Language Models (LLMs) are smart enough to understand context. They can answer questions, leveraging their vast training data to provide coherent and contextually relevant responses, no matter whether the topic is astronomy, history or even physics. …Llm8 min readLlm8 min read