Skip to content
Open
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
1,110 changes: 0 additions & 1,110 deletions jinaai/fts/RAG_with_Couchbase_and_Jina_AI.ipynb

This file was deleted.

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

This file was deleted.

File renamed without changes.

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions jinaai/query_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
# frontmatter
path: "/tutorial-jina-couchbase-rag-with-hyperscale-or-composite-vector-index"
title: Retrieval-Augmented Generation (RAG) with Jina AI using Couchbase Hyperscale and Composite Vector Index
short_title: RAG with Jina AI using Couchbase Hyperscale and Composite Vector Index and
description:
- Learn how to build a semantic search engine using Couchbase and Jina.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Jina embeddings and language models.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain, Couchbase Hyperscale and Composite Vector Index.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- Hyperscale Vector Index
- Composite Vector Index
- Artificial Intelligence
- LangChain
- Jina AI
sdk_language:
- python
length: 60 Mins
alt_paths: ["/tutorial-jina-couchbase-rag-with-hyperscale-vector-index", "/tutorial-jina-couchbase-rag-with-composite-vector-index"]
---
File renamed without changes.
1,102 changes: 1,102 additions & 0 deletions jinaai/search_based/RAG_with_Couchbase_and_Jina_AI.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions jinaai/fts/frontmatter.md → jinaai/search_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
# frontmatter
path: "/tutorial-jina-couchbase-rag-with-fts"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Jina AI using FTS
short_title: RAG with Couchbase and Jina
path: "/tutorial-jina-couchbase-rag-with-search-vector-index"
title: Retrieval-Augmented Generation (RAG) with Jina AI using Couchbase Search Vector Index
Copy link
Contributor

@VirajAgarwal1 VirajAgarwal1 Dec 4, 2025

Choose a reason for hiding this comment

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

Could we remove the fullform of RAG in the title? Since, this is crossing the 100 chars limit.

short_title: RAG with Couchbase Search Vector Index and Jina
description:
- Learn how to build a semantic search engine using Couchbase and Jina.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Jina embeddings and language models.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase using FTS.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase using Search Vector Index.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- FTS
- Search Vector Index
- Artificial Intelligence
- LangChain
- Jina AI
Expand Down
File renamed without changes.
Loading