Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lamaindex/fts/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lamaindex/gsi/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading