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
22 changes: 0 additions & 22 deletions crewai/fts/frontmatter.md

This file was deleted.

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

This file was deleted.

File renamed without changes.

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions crewai/query_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# frontmatter
path: "/tutorial-crewai-couchbase-rag-with-hyperscale-or-composite-vector-index"
title: RAG with CrewAI using Couchbase Hyperscale and Composite Vector Index
short_title: RAG with CrewAI using Couchbase Hyperscale and Composite Vector Index
description:
- Learn to build a semantic search engine using [Couchbase](https://www.couchbase.com) and agent-based RAG workflows powered by [CrewAI](https://github.com/crewAIInc/crewAI).
- Explore Couchbase Hyperscale and Composite Vector Indexes for high-performance vector search, including pure vector and filtered similarity queries.
- Follow beginner-friendly, step-by-step instructions to build a fully functional semantic search system from scratch.

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.

Large diffs are not rendered by default.

File renamed without changes.
22 changes: 22 additions & 0 deletions crewai/search_based/frontmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# frontmatter
path: "/tutorial-crewai-couchbase-rag-with-search-vector-index"
title: RAG with CrewAI and Couchbase Search Vector Index
short_title: RAG with CrewAI and Couchbase Search Vector Index
description:
- Learn to build a semantic search engine using [Couchbase](https://www.couchbase.com) and agent-based RAG workflows powered by [CrewAI](https://github.com/crewAIInc/crewAI).
- Use CrewAI to create specialized agents that collaborate across the RAG pipeline, from retrieving documents to generating responses.
- Follow beginner-friendly, step-by-step instructions to build a complete semantic search system from scratch.
content_type: tutorial
filter: sdk
technology:
- vector search
tags:
- Search Vector Index
- Artificial Intelligence
- LangChain
- CrewAI
sdk_language:
- python
length: 60 Mins
---