diff --git a/pgml-cms/blog/SUMMARY.md b/pgml-cms/blog/SUMMARY.md index 1e115a0be..734434674 100644 --- a/pgml-cms/blog/SUMMARY.md +++ b/pgml-cms/blog/SUMMARY.md @@ -1,9 +1,10 @@ # Table of contents * [Home](README.md) -* [meet-us-at-the-2024-ai-dev-summit-conference](meet-us-at-the-2024-ai-dev-summit-conference.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) +* [Serverless LLMs are dead; Long live Serverless LLMs](serverless-llms-are-dead-long-live-serverless-llms.md) * [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.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) +* [Meet Us at the 2024 ai dev summit conference](meet-us-at-the-2024-ai-dev-summit-conference.md) * [How-to Improve Search Results with Machine Learning](how-to-improve-search-results-with-machine-learning.md) * [LLMs are commoditized; data is the differentiator](llms-are-commoditized-data-is-the-differentiator.md) * [PostgresML is going multicloud](postgresml-is-going-multicloud.md) diff --git a/pgml-cms/blog/serverless-llms-are-dead-long-live-serverless-llms.md b/pgml-cms/blog/serverless-llms-are-dead-long-live-serverless-llms.md index ae48ab258..396070912 100644 --- a/pgml-cms/blog/serverless-llms-are-dead-long-live-serverless-llms.md +++ b/pgml-cms/blog/serverless-llms-are-dead-long-live-serverless-llms.md @@ -1,7 +1,7 @@ --- description: >- Building LLM infrastructure presents a series of tradeoffs that aren't obvious at the outset, even for seasoned teams. This is our journey to high-performance LLMs at scale. -featured: false +featured: true tags: [engineering] image: ".gitbook/assets/serverless_llms.png" ---