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
4 changes: 2 additions & 2 deletions haystack/gsi/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ path: "/tutorial-openai-haystack-rag"
title: "Retrieval-Augmented Generation (RAG) with OpenAI and Haystack"
short_title: "RAG with Openai and Haystack"
description:
- Learn how to build a semantic search engine using Couchbase's Hyperscale vector index.
- This tutorial demonstrates how to integrate Couchbase's Hyper scale vector search capabilities with OpenAI embeddings.
- Learn how to build a semantic search engine using Couchbase's GSI vector index.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the corresponding LlamaIndex example (lamaindex/gsi/___frontmatter._____md) and with line 8 in this file, consider using "GSI vector search" instead of "GSI vector index". While both terms are technically correct, using "GSI vector search" consistently across the examples would improve clarity for the reader.

Suggested change
- Learn how to build a semantic search engine using Couchbase's GSI vector index.
- Learn how to build a semantic search engine using Couchbase's GSI vector search.

- This tutorial demonstrates how to integrate Couchbase's GSI vector search capabilities with OpenAI embeddings.
- You will understand how to perform Retrieval-Augmented Generation (RAG) using Haystack, Couchbase and OpenAI services.
content_type: tutorial
filter: sdk
Expand Down
4 changes: 2 additions & 2 deletions lamaindex/gsi/___frontmatter._____md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ path: "/tutorial-openai-llamaindex-rag"
title: "Retrieval-Augmented Generation (RAG) with OpenAI and LlamaIndex"
short_title: "RAG with Openai and LlamaIndex"
description:
- Learn how to build a semantic search engine using Couchbase's Hyperscale vector search.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with OpenAI embeddings.
- Learn how to build a semantic search engine using Couchbase's GSI vector search.
- This tutorial demonstrates how to integrate Couchbase's GSI vector search capabilities with OpenAI embeddings.
- You will understand how to perform Retrieval-Augmented Generation (RAG) using LlamaIndex and GSI vector indexes.
content_type: tutorial
filter: sdk
Expand Down
Loading