From 1c4bbf6a3d6d3d8a82f9225f30557eb764523be3 Mon Sep 17 00:00:00 2001 From: Montana Low Date: Thu, 21 Mar 2024 18:14:50 -0700 Subject: [PATCH] fix summary order --- pgml-cms/blog/SUMMARY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pgml-cms/blog/SUMMARY.md b/pgml-cms/blog/SUMMARY.md index b0152160c..83319bd56 100644 --- a/pgml-cms/blog/SUMMARY.md +++ b/pgml-cms/blog/SUMMARY.md @@ -1,13 +1,13 @@ # Table of contents * [Home](README.md) +* [Introducing the OpenAI Switch Kit: Move from closed to open-source AI in minutes](introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md) +* [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.md) +* [How-to Improve Search Results with Machine Learning](how-to-improve-search-results-with-machine-learning.md) * [Meet us at the 2024 Postgres Conference!](meet-us-at-the-2024-postgres-conference.md) * [The 1.0 SDK is Here](the-1.0-sdk-is-here.md) * [Using PostgresML with Django and embedding search](using-postgresml-with-django-and-embedding-search.md) * [PostgresML is going multicloud](postgresml-is-going-multicloud.md) -* [Introducing the OpenAI Switch Kit: Move from closed to open-source AI in minutes](introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md) -* [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.md) -* [How-to Improve Search Results with Machine Learning](how-to-improve-search-results-with-machine-learning.md) * [pgml-chat: A command-line tool for deploying low-latency knowledge-based chatbots](pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-i.md) * [Announcing Support for AWS us-east-1 Region](announcing-support-for-aws-us-east-1-region.md) * [LLM based pipelines with PostgresML and dbt (data build tool)](llm-based-pipelines-with-postgresml-and-dbt-data-build-tool.md)