<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>MyScale Blog</title>
        <link>https://myscale.com/blog</link>
        <description>Explore all things MyScale, a SQL vector database, from product news to technical blogs.</description>
        <lastBuildDate>Fri, 20 Dec 2024 04:07:27 GMT</lastBuildDate>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <generator>https://github.com/webmasterish/vuepress-plugin-feed</generator>
        <atom:link href="https://myscale.com/blog/feed.atom" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[A Beginner's Guide on Agentic RAG]]></title>
            <link>https://myscale.com/blog/agentic-rag-for-beginners/</link>
            <guid>https://myscale.com/blog/agentic-rag-for-beginners/</guid>
            <pubDate>Thu, 19 Dec 2024 00:42:47 GMT</pubDate>
            <description><![CDATA[Large Language Models (LLMs) have revolutionized the way we access and understand information. These advanced AI systems are trained on vast amounts of data, which allows them to recognize pattern ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/agentic-rag/RAG.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Why SQL for Retrieval-Augmented Generation (RAG) System]]></title>
            <link>https://myscale.com/blog/why-sql-for-rag/</link>
            <guid>https://myscale.com/blog/why-sql-for-rag/</guid>
            <pubDate>Wed, 03 Apr 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[Retrieval augmented generation (RAG) has proved to be a revolutionary technique in the domain of Natural Language Processing (N ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/why-sql-for-rag/sql-advantages.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[A Deep Dive into SQL Vector Databases]]></title>
            <link>https://myscale.com/blog/what-is-sql-vector-databases/</link>
            <guid>https://myscale.com/blog/what-is-sql-vector-databases/</guid>
            <pubDate>Wed, 22 Nov 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[Large 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 th ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/what-is-sql-vector-database/vector_database_helping_llms.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[All About Filtered Vector Search: Why It's Important and What's Behind the Scene]]></title>
            <link>https://myscale.com/blog/filtered-vector-search-in-myscale/</link>
            <guid>https://myscale.com/blog/filtered-vector-search-in-myscale/</guid>
            <pubDate>Tue, 13 Feb 2024 05:00:00 GMT</pubDate>
            <description><![CDATA[Vector search can rapidly locate semantically similar or related candidates within massive amounts of text, images, and other data. However, in real-world scenarios, pure vector search is often insuff ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/all-about-filtered-search/financial-self-query.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Agentic Workflow for LLMs: Boost AI Efficiency and Automation]]></title>
            <link>https://myscale.com/blog/agentic-workflow-for-llms/</link>
            <guid>https://myscale.com/blog/agentic-workflow-for-llms/</guid>
            <pubDate>Tue, 19 Nov 2024 00:42:47 GMT</pubDate>
            <description><![CDATA[In our last blog, we talked about the key differences between [agentic AI](https://myscale.com/blog/agentic-ai-vs-generative-ai-1/#agentic- ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/agentic-workflow/Agents.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Assistants API + MyScale: Building a Custom Knowledge Base]]></title>
            <link>https://myscale.com/blog/build-a-knowledge-base-with-assistants-api-and-myscale/</link>
            <guid>https://myscale.com/blog/build-a-knowledge-base-with-assistants-api-and-myscale/</guid>
            <pubDate>Tue, 05 Dec 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[The OpenAI Assistants API empowers developers to effortlessly create robust AI assistants within their applications. This API includes the following features/functionality in that it:

Eliminates t ...]]></description>
            <enclosure url="https://colab.research.google.com/assets/colab-badge.svg?style=plastic)](https://colab.research.google.com/github/myscale/examples/blob/main/assistant.ipynb)">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Agentic AI vs Generative AI: Understanding the Key Differences and Impacts]]></title>
            <link>https://myscale.com/blog/agentic-ai-vs-generative-ai/</link>
            <guid>https://myscale.com/blog/agentic-ai-vs-generative-ai/</guid>
            <pubDate>Thu, 14 Nov 2024 00:42:47 GMT</pubDate>
            <description><![CDATA[Large Language Models (LLMs) like GPT can generate text, answer questions, ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/AgenticAI-vs-GenerativeAI-Understanding-the-difference/Agent.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[MyScale vs. Elasticsearch: An Efficient Upgrade and Alternative]]></title>
            <link>https://myscale.com/blog/an-efficient-upgrade-and-alternative-to-elasticsearch/</link>
            <guid>https://myscale.com/blog/an-efficient-upgrade-and-alternative-to-elasticsearch/</guid>
            <pubDate>Tue, 14 May 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[Vector databases are explicitly designed to store and manage vector data, playing a crucial role in many AI applications, such as semantic text search and image search. While traditional term matching ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/an-efficient-upgrade-and-alternative-to-elasticsearch/vector-search-benchmark.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Agentic RAG with VoyageAI, Gemini and LangGraph]]></title>
            <link>https://myscale.com/blog/agentic-rag-with-voyageai-gemini-and-langgraph/</link>
            <guid>https://myscale.com/blog/agentic-rag-with-voyageai-gemini-and-langgraph/</guid>
            <pubDate>Tue, 24 Sep 2024 00:42:47 GMT</pubDate>
            <description><![CDATA[Retrieval augmented generation (RAG) was a major leap forward in AI, transforming how [chatbots](https://ch ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/agentic-rag-with-voyageai-gemini-and-langgraph/agentic-rag-workflow.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[3 Ways RAG Enhances Recommendation Systems for Personalization]]></title>
            <link>https://myscale.com/blog/rag-enhances-recommendation-systems-personalization/</link>
            <guid>https://myscale.com/blog/rag-enhances-recommendation-systems-personalization/</guid>
            <pubDate>Fri, 15 Mar 2024 07:09:43 GMT</pubDate>
            <description><![CDATA[![3 Ways RAG Enhances Recommendation Systems for Personalization](https://images.pexels.com/photos/3183174/pexels-photo-3183174.jpeg?auto=format%2Ccompress&fm=webp&fit=crop&crop=faces%2Cedges&w=1200&h ...]]></description>
            <enclosure url="https://images.pexels.com/photos/3183174/pexels-photo-3183174.jpeg?auto=format%2Ccompress&amp;fm=webp&amp;fit=crop&amp;crop=faces%2Cedges&amp;w=1200&amp;h=675&amp;q=60&amp;cs=tinysrgb">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[3 Ways RAG Revolutionizes Speech Recognition Systems]]></title>
            <link>https://myscale.com/blog/rag-revolutionizes-speech-recognition/</link>
            <guid>https://myscale.com/blog/rag-revolutionizes-speech-recognition/</guid>
            <pubDate>Fri, 15 Mar 2024 06:33:54 GMT</pubDate>
            <description><![CDATA[![3 Ways RAG Revolutionizes Speech Recognition Systems](https://images.pexels.com/videos/5854603/pexels-photo-5854603.jpeg?auto=format%2Ccompress&fm=webp&fit=crop&crop=faces%2Cedges&w=1200&h=675&q=60& ...]]></description>
            <enclosure url="https://images.pexels.com/videos/5854603/pexels-photo-5854603.jpeg?auto=format%2Ccompress&amp;fm=webp&amp;fit=crop&amp;crop=faces%2Cedges&amp;w=1200&amp;h=675&amp;q=60&amp;cs=tinysrgb">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[AutoGen vs LangChain: Which Reigns Supreme?]]></title>
            <link>https://myscale.com/blog/autogen-vs-langchain-which-reigns-supreme/</link>
            <guid>https://myscale.com/blog/autogen-vs-langchain-which-reigns-supreme/</guid>
            <pubDate>Wed, 16 Oct 2024 00:42:47 GMT</pubDate>
            <description><![CDATA[In recent years, artificial intelligence (AI) has made some major transformations, especially in the domain of [large language models (LLMs)](h ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/autogen-vs-langchain-which-reigns-supreme/langchain-logo.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[B-Tree Indexing vs. Hash Indexing vs. Graph Indexing: Which is Right for Your Database]]></title>
            <link>https://myscale.com/blog/b-tree-vs-hash-indexing-right-for-database/</link>
            <guid>https://myscale.com/blog/b-tree-vs-hash-indexing-right-for-database/</guid>
            <pubDate>Thu, 15 Aug 2024 00:42:47 GMT</pubDate>
            <description><![CDATA[Imagine walking into a massive library in search of a specific book, but without an organized catalog. You’d have to browse through every shelf, which could take hours or even days. However, if the li ...]]></description>
            <enclosure url="https://myscale.com/blog/../assets/b-tree-vs-hash-indexing-right-for-database/btree.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[3 Ways Retrieval Augmented Generation Transforms Computer Vision Applications]]></title>
            <link>https://myscale.com/blog/transforming-computer-vision-with-rag/</link>
            <guid>https://myscale.com/blog/transforming-computer-vision-with-rag/</guid>
            <pubDate>Fri, 15 Mar 2024 06:33:58 GMT</pubDate>
            <description><![CDATA[![3 Ways Retrieval Augmented Generation Transforms Computer Vision Applications](https://images.unsplash.com/photo-1504639725590-34d0984388bd?auto=format%2Ccompress&fm=webp&fit=crop&crop=faces%2Cedges ...]]></description>
            <enclosure url="https://images.unsplash.com/photo-1504639725590-34d0984388bd?auto=format%2Ccompress&amp;fm=webp&amp;fit=crop&amp;crop=faces%2Cedges&amp;w=1200&amp;h=675&amp;q=60&amp;cs=tinysrgb">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[4 Compelling Reasons Why Semantic Caching Boosts LLM Applications]]></title>
            <link>https://myscale.com/blog/reasons-semantic-caching-boosts-llm/</link>
            <guid>https://myscale.com/blog/reasons-semantic-caching-boosts-llm/</guid>
            <pubDate>Thu, 28 Mar 2024 00:33:43 GMT</pubDate>
            <description><![CDATA[![4 Compelling Reasons Why Semantic Caching Boosts LLM Applications](https://images.pexels.com/photos/8386440/pexels-photo-8386440.jpeg?auto=format%2Ccompress&fm=webp&fit=crop&crop=faces%2Cedges&w=120 ...]]></description>
            <enclosure url="https://images.pexels.com/photos/8386440/pexels-photo-8386440.jpeg?auto=format%2Ccompress&amp;fm=webp&amp;fit=crop&amp;crop=faces%2Cedges&amp;w=1200&amp;h=675&amp;q=60&amp;cs=tinysrgb">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[5 Reasons Why Copilot+ PCs Outshine MacBook Air M3]]></title>
            <link>https://myscale.com/blog/5-reasons-why-copilot-pcs-outshine-macbook-air-m3/</link>
            <guid>https://myscale.com/blog/5-reasons-why-copilot-pcs-outshine-macbook-air-m3/</guid>
            <pubDate>Wed, 22 May 2024 20:09:43 GMT</pubDate>
            <description><![CDATA[5 Reasons Why Copilot+ PCs Outshine MacBook Air M3

When considering a new laptop, the competi ...]]></description>
            <enclosure url="https://statics.mylandingpages.co/static/aaanxdmf26c522mp/image/6327dc58e67a44e28cb825a817fe7f2d.webp">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Maximizing PyTorch GPU Efficiency for Deep Learning Success]]></title>
            <link>https://myscale.com/blog/maximize-pytorch-gpu-efficiency-deep-learning-success/</link>
            <guid>https://myscale.com/blog/maximize-pytorch-gpu-efficiency-deep-learning-success/</guid>
            <pubDate>Mon, 22 Apr 2024 23:54:56 GMT</pubDate>
            <description><![CDATA[![Maximizing PyTorch GPU Efficiency for Deep Learning Success](https://images.pexels.com/photos/8622912/pexels-photo-8622912.jpeg?auto=format%2Ccompress&fm=webp&fit=crop&crop=faces%2Cedges&w=1200&h=67 ...]]></description>
            <enclosure url="https://images.pexels.com/photos/8622912/pexels-photo-8622912.jpeg?auto=format%2Ccompress&amp;fm=webp&amp;fit=crop&amp;crop=faces%2Cedges&amp;w=1200&amp;h=675&amp;q=60&amp;cs=tinysrgb">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Mastering Personalized Treatments: A Step-by-Step Guide by Sana Biotechnology]]></title>
            <link>https://myscale.com/blog/mastering-personalized-treatments-step-by-step-guide-sana-biotechnology/</link>
            <guid>https://myscale.com/blog/mastering-personalized-treatments-step-by-step-guide-sana-biotechnology/</guid>
            <pubDate>Wed, 17 Apr 2024 03:21:51 GMT</pubDate>
            <description><![CDATA[![Mastering Personalized Treatments: A Step-by-Step Guide by Sana Biotechnology](https://images.pexels.com/photos/18485507/pexels-photo-18485507.jpeg?auto=format%2Ccompress&fm=webp&fit=crop&crop=faces ...]]></description>
            <enclosure url="https://images.pexels.com/photos/18485507/pexels-photo-18485507.jpeg?auto=format%2Ccompress&amp;fm=webp&amp;fit=crop&amp;crop=faces%2Cedges&amp;w=1200&amp;h=675&amp;q=60&amp;cs=tinysrgb">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Unveiling the Power of Microsoft Copilot: A Detailed Comparison]]></title>
            <link>https://myscale.com/blog/unveiling-microsoft-copilot-comparison/</link>
            <guid>https://myscale.com/blog/unveiling-microsoft-copilot-comparison/</guid>
            <pubDate>Wed, 22 May 2024 19:57:45 GMT</pubDate>
            <description><![CDATA[Unveiling the Power of Microsoft Copilot: A Detailed Comparison

[Microsoft Copilot](https ...]]></description>
            <enclosure url="https://statics.mylandingpages.co/static/aaanxdmf26c522mp/image/7739b1b3133b4dadb401979f80706bf2.webp">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Pinecone vs Weaviate: Unveiling Their Functionality]]></title>
            <link>https://myscale.com/blog/pinecone-vs-weaviate-functionality-comparison/</link>
            <guid>https://myscale.com/blog/pinecone-vs-weaviate-functionality-comparison/</guid>
            <pubDate>Tue, 14 May 2024 01:12:50 GMT</pubDate>
            <description><![CDATA[Pinecone vs Weaviate: Unveiling Their Functionality

In the realm of data management, [**Pinec ...]]></description>
            <enclosure url="https://statics.mylandingpages.co/static/aaanxdmf26c522mp/image/9a294af94a0842209d59f05cf1691a69.webp">
            </enclosure>
        </item>
    </channel>
</rss>