Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
566 changes: 0 additions & 566 deletions haystack/fts/RAG_with_Couchbase_Capella_and_OpenAI.ipynb

This file was deleted.

22 changes: 0 additions & 22 deletions haystack/fts/frontmatter.md

This file was deleted.

868 changes: 0 additions & 868 deletions haystack/gsi/RAG_with_Couchbase_Capella_and_OpenAI.ipynb

This file was deleted.

22 changes: 0 additions & 22 deletions haystack/gsi/frontmatter.md

This file was deleted.

1,343 changes: 1,343 additions & 0 deletions haystack/query_based/RAG_with_Couchbase_Capella_and_OpenAI.ipynb

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions haystack/query_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# frontmatter
path: "/tutorial-openai-haystack-rag-with-hyperscale-or-composite-vector-index"
alt_paths:
- "/tutorial-openai-haystack-rag-with-hyperscale-vector-index"
- "/tutorial-openai-haystack-rag-with-composite-vector-index"
title: "RAG with OpenAI, Haystack, and Couchbase Hyperscale & Composite Vector Indexes"
short_title: "RAG with OpenAI, Haystack, and Hyperscale & Composite Indexes"
description:
- Learn how to build a semantic search engine using Couchbase Hyperscale and Composite Vector Indexes.
- This tutorial demonstrates how Haystack integrates Couchbase Hyperscale and Composite Vector Indexes with embeddings generated by OpenAI services.
- Perform Retrieval-Augmented Generation (RAG) using Haystack with Couchbase and OpenAI services while comparing the two index types.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- OpenAI
- Artificial Intelligence
- Haystack
- Hyperscale Vector Index
- Composite Vector Index
sdk_language:
- python
length: 60 Mins
---
File renamed without changes.
929 changes: 929 additions & 0 deletions haystack/search_based/RAG_with_Couchbase_Capella_and_OpenAI.ipynb

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions haystack/search_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# frontmatter
path: "/tutorial-openai-haystack-rag-with-search-vector-index"
title: "RAG with OpenAI, Haystack, and Couchbase Search Vector Index"
short_title: "RAG with OpenAI, Haystack, and Search Vector Index"
description:
- Learn how to build a semantic search engine using the Couchbase Search Vector Index.
- This tutorial demonstrates how Haystack integrates Couchbase Search Vector Index with embeddings generated by OpenAI services.
- Perform Retrieval-Augmented Generation (RAG) using Haystack with Couchbase and OpenAI services.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- OpenAI
- Artificial Intelligence
- Haystack
- Search Vector Index
sdk_language:
- python
length: 60 Mins
---
File renamed without changes.
Loading