diff --git a/lamaindex/fts/frontmatter.md b/lamaindex/fts/frontmatter.md index 59917eb5..a78893d3 100644 --- a/lamaindex/fts/frontmatter.md +++ b/lamaindex/fts/frontmatter.md @@ -2,7 +2,7 @@ # frontmatter path: "/tutorial-openai-llamaindex-rag-with-fts" title: "Retrieval-Augmented Generation (RAG) with OpenAI, LlamaIndex and Couchbase Search Vector Index" -short_title: "RAG with Openai, LlamaIndex and Couchbase Search Vector Index" +short_title: "RAG with OpenAI, LlamaIndex and Couchbase Search Vector Index" description: - Learn how to build a semantic search engine using Couchbase's Search Vector Index. - This tutorial demonstrates how to integrate Couchbase's search vector search capabilities with the embeddings generated by OpenAI Services. diff --git a/lamaindex/gsi/frontmatter.md b/lamaindex/gsi/frontmatter.md index 48715c7b..0449ace0 100644 --- a/lamaindex/gsi/frontmatter.md +++ b/lamaindex/gsi/frontmatter.md @@ -2,7 +2,7 @@ # frontmatter path: "/tutorial-openai-llamaindex-rag-with-gsi" title: "Retrieval-Augmented Generation (RAG) with OpenAI, LlamaIndex and Couchbase Hyperscale and Composite Vector Indexes" -short_title: "RAG with Openai, LlamaIndex and Couchbase Hyperscale and Composite Vector Indexes" +short_title: "RAG with OpenAI, LlamaIndex and Couchbase Hyperscale and Composite Vector Indexes" description: - Learn how to build a semantic search engine using Couchbase's Hyperscale and Composite Vector Indexes. - This tutorial demonstrates how to integrate Couchbase's GSI vector search capabilities with OpenAI embeddings.