From f2f36ec6f118155761151de0087d01fd2e0ed50f Mon Sep 17 00:00:00 2001 From: zerolab Date: Mon, 6 Nov 2023 20:24:02 +0000 Subject: [PATCH] Fix mkdocs pages configuration --- docs/.pages | 5 +++-- docs/quick-start.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/.pages b/docs/.pages index 2202764..da21b6b 100644 --- a/docs/.pages +++ b/docs/.pages @@ -1,5 +1,6 @@ nav: - installation.md - - getting-started.md + - quick-start.md + - indexes.md + - using-indexes.md - backends.md - - customising.md diff --git a/docs/quick-start.md b/docs/quick-start.md index 03a5ff7..41cf490 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -2,7 +2,7 @@ Wagtail Vector Index combines integrations with AI 'embedding' APIs and vector databases to provide tools to perform advanced AI-powered querying across content. -To do this; +To do this: - You set up models/pages to be searchable. - Wagtail Vector Index splits the content of those pages into chunks and fetches embeddings from the configured AI backend.