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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---
# frontmatter
path: "/tutorial-aws-bedrock-couchbase-rag-with-global-secondary-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Amazon Bedrock using GSI index
short_title: RAG with Couchbase and Amazon Bedrock using GSI index
path: "/tutorial-aws-bedrock-couchbase-rag-with-hyperscale-or-composite-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Amazon Bedrock with Couchbase Hyperscale and Composite Vector Index
short_title: RAG with Couchbase and Amazon Bedrock with Couchbase Hyperscale and Composite Vector Index
description:
- Learn how to build a semantic search engine using Couchbase and Amazon Bedrock using GSI.
- Learn how to build a semantic search engine using Couchbase and Amazon Bedrock with Couchbase Hyperscale and Composite Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Amazon Bedrock's Titan embeddings and Claude language model.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- GSI
- Hyperscale Vector Index
- Composite Vector Index
- Artificial Intelligence
- LangChain
- Amazon Bedrock
sdk_language:
- python
length: 60 Mins
alt_paths: ["/tutorial-aws-bedrock-couchbase-rag-with-hyperscale-vector-index", "/tutorial-aws-bedrock-couchbase-rag-with-composite-vector-index"]
---
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
# frontmatter
path: "/tutorial-aws-bedrock-couchbase-rag-with-fts"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Amazon Bedrock using FTS service
short_title: RAG with Couchbase and Amazon Bedrock using FTS service
path: "/tutorial-aws-bedrock-couchbase-rag-with-search-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Amazon Bedrock with Search Vector Index
short_title: RAG with Couchbase and Amazon Bedrock with Search Vector Index
description:
- Learn how to build a semantic search engine using Couchbase and Amazon Bedrock using FTS service.
- Learn how to build a semantic search engine using Couchbase and Amazon Bedrock using Search Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Amazon Bedrock's Titan embeddings and Claude language model.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- FTS
- Search Vector Index
- Artificial Intelligence
- LangChain
- Amazon Bedrock
Expand Down
File renamed without changes.
12 changes: 7 additions & 5 deletions azure/gsi/frontmatter.md → azure/query_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---
# frontmatter
path: "/tutorial-azure-openai-couchbase-rag-with-global-secondary-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Azure OpenAI using GSI index
short_title: RAG with Couchbase and Azure OpenAI using GSI index
path: "/tutorial-azure-openai-couchbase-rag-with-hyperscale-or-composite-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Azure OpenAI with Couchbase Hyperscale and Composite Vector Index
short_title: RAG with Couchbase and Azure OpenAI with Couchbase Hyperscale and Composite Vector Index
description:
- Learn how to build a semantic search engine using Couchbase and Azure OpenAI using GSI.
- Learn how to build a semantic search engine using Couchbase and Azure OpenAI with Couchbase Hyperscale and Composite Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Azure OpenAI embeddings.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- GSI
- Hyperscale Vector Index
- Composite Vector Index
- Artificial Intelligence
- LangChain
- OpenAI
sdk_language:
- python
length: 60 Mins
alt_paths: ["/tutorial-azure-openai-couchbase-rag-with-hyperscale-vector-index", "/tutorial-azure-openai-couchbase-rag-with-composite-vector-index"]
---
File renamed without changes.
10 changes: 5 additions & 5 deletions azure/fts/frontmatter.md → azure/search_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
# frontmatter
path: "/tutorial-azure-openai-couchbase-rag-with-fts"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Azure OpenAI using FTS service
short_title: RAG with Couchbase and Azure OpenAI using FTS service
path: "/tutorial-azure-openai-couchbase-rag-with-search-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Azure OpenAI with Search Vector Index
short_title: RAG with Couchbase and Azure OpenAI with Search Vector Index
description:
- Learn how to build a semantic search engine using Couchbase and Azure OpenAI using FTS service.
- Learn how to build a semantic search engine using Couchbase and Azure OpenAI using Search Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Azure OpenAI embeddings.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- FTS
- Search Vector Index
- Artificial Intelligence
- LangChain
- OpenAI
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---
# frontmatter
path: "/tutorial-openai-claude-couchbase-rag-with-global-secondary-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase, OpenAI, and Claude using GSI index
short_title: RAG with Couchbase, OpenAI, and Claude using GSI index
path: "/tutorial-openai-claude-couchbase-rag-with-hyperscale-or-composite-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase, OpenAI, and Claude with Couchbase Hyperscale and Composite Vector Index
short_title: RAG with Couchbase, OpenAI, and Claude with Couchbase Hyperscale and Composite Vector Index
description:
- Learn how to build a semantic search engine using Couchbase, OpenAI embeddings, and Anthropic's Claude using GSI.
- Learn how to build a semantic search engine using Couchbase, OpenAI embeddings, and Anthropic's Claude with Couchbase Hyperscale and Composite Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with OpenAI embeddings and use Claude as the language model.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- GSI
- Hyperscale Vector Index
- Composite Vector Index
- Artificial Intelligence
- LangChain
- OpenAI
sdk_language:
- python
length: 60 Mins
alt_paths: ["/tutorial-openai-claude-couchbase-rag-with-hyperscale-vector-index", "/tutorial-openai-claude-couchbase-rag-with-composite-vector-index"]
---
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
# frontmatter
path: "/tutorial-openai-claude-couchbase-rag-with-fts"
title: Retrieval-Augmented Generation (RAG) with Couchbase, OpenAI, and Claude using FTS service
short_title: RAG with Couchbase, OpenAI, and Claude using FTS service
path: "/tutorial-openai-claude-couchbase-rag-with-search-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase, OpenAI, and Claude with Search Vector Index
short_title: RAG with Couchbase, OpenAI, and Claude with Search Vector Index
description:
- Learn how to build a semantic search engine using Couchbase, OpenAI embeddings, and Anthropic's Claude using FTS service.
- Learn how to build a semantic search engine using Couchbase, OpenAI embeddings, and Anthropic's Claude using Search Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with OpenAI embeddings and use Claude as the language model.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- FTS
- Search Vector Index
- Artificial Intelligence
- LangChain
- OpenAI
Expand Down
File renamed without changes.
12 changes: 7 additions & 5 deletions cohere/fts/frontmatter.md → cohere/query_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---
# frontmatter
path: "/tutorial-cohere-couchbase-rag-with-fts"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Cohere using FTS service
short_title: RAG with Couchbase and Cohere using FTS service
path: "/tutorial-cohere-couchbase-rag-with-hyperscale-or-composite-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Cohere with Couchbase Hyperscale and Composite Vector Index
short_title: RAG with Couchbase and Cohere with Couchbase Hyperscale and Composite Vector Index
description:
- Learn how to build a semantic search engine using Couchbase and Cohere using FTS service.
- Learn how to build a semantic search engine using Couchbase and Cohere with Couchbase Hyperscale and Composite Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Cohere embeddings and language models.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- FTS
- Hyperscale Vector Index
- Composite Vector Index
- Artificial Intelligence
- LangChain
- Cohere
sdk_language:
- python
length: 60 Mins
alt_paths: ["/tutorial-cohere-couchbase-rag-with-hyperscale-vector-index", "/tutorial-cohere-couchbase-rag-with-composite-vector-index"]
---
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions cohere/gsi/frontmatter.md → cohere/search_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
# frontmatter
path: "/tutorial-cohere-couchbase-rag-with-global-secondary-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Cohere with GSI
short_title: RAG with Couchbase and Cohere with GSI
path: "/tutorial-cohere-couchbase-rag-with-search-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and Cohere with Search Vector Index
short_title: RAG with Couchbase and Cohere with Search Vector Index
description:
- Learn how to build a semantic search engine using Couchbase and Cohere using GSI.
- Learn how to build a semantic search engine using Couchbase and Cohere using Search Vector Index.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Cohere embeddings and language models.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- GSI
- Search Vector Index
- Artificial Intelligence
- LangChain
- Cohere
Expand Down
22 changes: 0 additions & 22 deletions crewai-short-term-memory/gsi/frontmatter.md

This file was deleted.

24 changes: 24 additions & 0 deletions crewai-short-term-memory/query_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
# frontmatter
path: "/tutorial-crewai-short-term-memory-couchbase-with-hyperscale-or-composite-vector-index"
title: Implementing Short-Term Memory for CrewAI Agents with Couchbase with Couchbase Hyperscale and Composite Vector Index
short_title: CrewAI Short-Term Memory with Couchbase with Couchbase Hyperscale and Composite Vector Index
description:
- Learn how to implement short-term memory for CrewAI agents using Couchbase's vector search capabilities with Couchbase Hyperscale and Composite Vector Index.
- This tutorial demonstrates how to store and retrieve agent interactions using semantic search.
- You'll understand how to enhance CrewAI agents with memory capabilities using LangChain and Couchbase.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- Hyperscale Vector Index
- Composite Vector Index
- Artificial Intelligence
- LangChain
- CrewAI
sdk_language:
- python
length: 45 Mins
alt_paths: ["/tutorial-crewai-short-term-memory-couchbase-with-hyperscale-vector-index", "/tutorial-crewai-short-term-memory-couchbase-with-composite-vector-index"]
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# frontmatter
path: "/tutorial-crewai-short-term-memory-couchbase-with-fts"
path: "/tutorial-crewai-short-term-memory-couchbase-with-search-vector-index"
title: Implementing Short-Term Memory for CrewAI Agents with Couchbase using FTS Service
short_title: CrewAI Short-Term Memory with Couchbase using FTS
description:
Expand All @@ -12,7 +12,7 @@ filter: sdk
technology:
- vector search
tags:
- FTS
- Search Vector Index
- Artificial Intelligence
- LangChain
- CrewAI
Expand Down
22 changes: 0 additions & 22 deletions crewai/gsi/frontmatter.md

This file was deleted.

File renamed without changes.
24 changes: 24 additions & 0 deletions crewai/query_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
# frontmatter
path: "/tutorial-crewai-couchbase-rag-with-hyperscale-or-composite-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and CrewAI with Couchbase Hyperscale and Composite Vector Index
short_title: RAG with Couchbase and CrewAI with Couchbase Hyperscale and Composite Vector Index
description:
- Learn how to build a semantic search engine using Couchbase and CrewAI.
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with CrewAI's agent-based approach.
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain, CrewAI, and Couchbase with Couchbase Hyperscale and Composite Vector Index.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- Hyperscale Vector Index
- Composite Vector Index
- Artificial Intelligence
- LangChain
- CrewAI
sdk_language:
- python
length: 60 Mins
alt_paths: ["/tutorial-crewai-couchbase-rag-with-hyperscale-vector-index", "/tutorial-crewai-couchbase-rag-with-composite-vector-index"]
---
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# frontmatter
path: "/tutorial-crewai-couchbase-rag-with-fts"
path: "/tutorial-crewai-couchbase-rag-with-search-vector-index"
title: Retrieval-Augmented Generation (RAG) with Couchbase and CrewAI using FTS Service
short_title: RAG with Couchbase and CrewAI using FTS
description:
Expand All @@ -12,7 +12,7 @@ filter: sdk
technology:
- vector search
tags:
- FTS
- Search Vector Index
- Artificial Intelligence
- LangChain
- CrewAI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# frontmatter
path: "/tutorial-openai-haystack-rag-with-gsi"
path: "/tutorial-openai-haystack-rag-with-hyperscale-or-composite-vector-index"
title: "RAG with OpenAI, Haystack and Couchbase Hyperscale and Composite Vector Indexes"
short_title: "RAG with OpenAI, Haystack and Couchbase CVI and HVI"
description:
Expand All @@ -15,8 +15,10 @@ tags:
- OpenAI
- Artificial Intelligence
- Haystack
- GSI
- Hyperscale Vector Index
- Composite Vector Index
sdk_language:
- python
length: 60 Mins
alt_paths: ["/tutorial-openai-haystack-rag-with-hyperscale-vector-index", "/tutorial-openai-haystack-rag-with-composite-vector-index"]
---
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# frontmatter
path: "/tutorial-openai-haystack-rag-with-fts"
path: "/tutorial-openai-haystack-rag-with-search-vector-index"
title: "Retrieval-Augmented Generation (RAG) with OpenAI, Haystack and Couchbase Search Vector Index"
short_title: "RAG with OpenAI, Haystack and Couchbase Search Vector Index"
description:
Expand All @@ -15,7 +15,7 @@ tags:
- OpenAI
- Artificial Intelligence
- Haystack
- FTS
- Search Vector Index
sdk_language:
- python
length: 60 Mins
Expand Down
File renamed without changes.
File renamed without changes.
Loading
Loading