From a214eb7df2be8b5bc6693b0f747af589ec1e3724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sat, 5 Oct 2024 02:34:50 +0200 Subject: [PATCH] docs: update version --- docs/content/4.changelog/hub-vectorize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/4.changelog/hub-vectorize.md b/docs/content/4.changelog/hub-vectorize.md index 50b4cc5d..da030abd 100644 --- a/docs/content/4.changelog/hub-vectorize.md +++ b/docs/content/4.changelog/hub-vectorize.md @@ -13,7 +13,7 @@ authors: --- ::tip -This feature is available on both [free and pro plans](/pricing) and in [`@nuxthub/core >= v0.8.0`](https://github.com/nuxt-hub/core/releases/tag/v0.8.0). +This feature is available on both [free and pro plans](/pricing) and in [`@nuxthub/core >= v0.7.24`](https://github.com/nuxt-hub/core/releases/tag/v0.7.24). :: We are excited to introduce [`hubVectorize()`](/docs/features/vectorize), which gives you access to a globally distributed vector database from Nuxt. Paired with [`hubAI()`](/docs/features/ai), it makes Nuxt a perfect framework for easily building full-stack AI-powered applications. @@ -35,7 +35,7 @@ Learn more about vector databases on [Cloudflare's documentation](https://develo ## How to use hubVectorize() -1. Update `@nuxthub/core` to the latest version (`v0.8.0` or later) +1. Update `@nuxthub/core` to the latest version (`v0.7.24` or later) 2. Configure a Vectorize index in `hub.vectorize` in your `nuxt.config.ts`