Skip to content

Commit b0b5b87

Browse files
Merge pull request #79 from couchbase-examples/DA-1321_jina_AI_update_8_0
updated tutorial based upon 8.0 requirements
2 parents 116e101 + 9c84a40 commit b0b5b87

File tree

9 files changed

+1226
-1240
lines changed

9 files changed

+1226
-1240
lines changed

jinaai/fts/RAG_with_Couchbase_and_Jina_AI.ipynb

Lines changed: 0 additions & 1110 deletions
This file was deleted.

jinaai/gsi/frontmatter.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
File renamed without changes.

jinaai/gsi/RAG_with_Couchbase_and_Jina_AI.ipynb renamed to jinaai/query_based/RAG_with_Couchbase_and_Jina_AI.ipynb

Lines changed: 95 additions & 103 deletions
Large diffs are not rendered by default.

jinaai/query_based/frontmatter.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
# frontmatter
3+
path: "/tutorial-jina-couchbase-rag-with-hyperscale-or-composite-vector-index"
4+
title: RAG with Jina AI using Couchbase Hyperscale and Composite Vector Index
5+
short_title: RAG with Jina AI using Couchbase Hyperscale and Composite Vector Index
6+
description:
7+
- Learn how to build a semantic search engine using Couchbase and Jina.
8+
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Jina embeddings and language models.
9+
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain, Couchbase Hyperscale and Composite Vector Index.
10+
content_type: tutorial
11+
filter: sdk
12+
technology:
13+
- vector search
14+
tags:
15+
- Hyperscale Vector Index
16+
- Composite Vector Index
17+
- Artificial Intelligence
18+
- LangChain
19+
- Jina AI
20+
sdk_language:
21+
- python
22+
length: 60 Mins
23+
alt_paths: ["/tutorial-jina-couchbase-rag-with-hyperscale-vector-index", "/tutorial-jina-couchbase-rag-with-composite-vector-index"]
24+
---
File renamed without changes.

jinaai/search_based/RAG_with_Couchbase_and_Jina_AI.ipynb

Lines changed: 1102 additions & 0 deletions
Large diffs are not rendered by default.

jinaai/fts/frontmatter.md renamed to jinaai/search_based/frontmatter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
# frontmatter
3-
path: "/tutorial-jina-couchbase-rag-with-fts"
4-
title: Retrieval-Augmented Generation (RAG) with Couchbase and Jina AI using FTS
5-
short_title: RAG with Couchbase and Jina
3+
path: "/tutorial-jina-couchbase-rag-with-search-vector-index"
4+
title: RAG with Jina AI using Couchbase Search Vector Index
5+
short_title: RAG with Couchbase Search Vector Index and Jina
66
description:
77
- Learn how to build a semantic search engine using Couchbase and Jina.
88
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Jina embeddings and language models.
9-
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase using FTS.
9+
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase using Search Vector Index.
1010
content_type: tutorial
1111
filter: sdk
1212
technology:
1313
- vector search
1414
tags:
15-
- FTS
15+
- Search Vector Index
1616
- Artificial Intelligence
1717
- LangChain
1818
- Jina AI
File renamed without changes.

0 commit comments

Comments
 (0)