Skip to content
Merged
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
16 changes: 11 additions & 5 deletions modules/develop/pages/intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ This tutorial provides an introductory worked example for developers, showing ho

* xref:tutorials:couchbase-tutorial-student-records.adoc[]

== Migration Tutorial

This tutorial demonstrates how to migrate your data from a MySQL server over to Couchbase Server.

* xref:tutorials:migration-tutorial/sql-migration-tutorial-couchbase-server.adoc[]

== Connect

Choose how you want to connect your app to Couchbase Server.
Expand All @@ -49,17 +55,17 @@ Use the Query Service and the Index Service to issue {sqlpp} queries to extract

* xref:n1ql:query.adoc[]

== Vector Search
== Vector Indexes

Vector Search builds on the Search Service to provide support for vector indexes.
The Query Service, the Index Service, and the Search Service provide support for vector indexes.
You can use vector indexes with existing Large Language Models to develop AI applications.

* xref:vector-search:vector-search.adoc[]
* xref:vector-index:vectors-and-indexes-overview.adoc[]

== Search

Use the Search Service for full-text search with natural language processing across multiple data types and languages.
Use custom text analysis, Geospatial search, and more.
Use the Search Service for Full-Text Search with natural language processing across multiple data types and languages.
Use custom text analysis, geospatial search, and more.

* xref:search:search.adoc[]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
= Migrating your Data from MySQL to Couchbase Server
:description: Using MySQL as a starting point, this guide demonstrates \
how to migrate your existing data from SQL tables to documents stored in a Couchbase bucket.
= Migration Tutorial: Migrate your Data from MySQL to Couchbase Server
:description: Using MySQL as a starting point, this guide demonstrates how to migrate your existing data from SQL tables to documents stored in a Couchbase bucket.
:page-topic-type: tutorial
:page-pagination: next

[abstract]
{description}
Expand Down
3 changes: 1 addition & 2 deletions modules/tutorials/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
** xref:tutorials:java-tutorial/retrieving-documents.adoc[]
** xref:tutorials:java-tutorial/adding-course-enrollments.adoc[]
** xref:tutorials:java-tutorial/tutorial-troubleshooting.adoc[]
* Migration Tutorial
** xref:tutorials:migration-tutorial/sql-migration-tutorial-couchbase-server.adoc[]
* xref:tutorials:migration-tutorial/sql-migration-tutorial-couchbase-server.adoc[Migration Tutorial]
Loading