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
2 changes: 1 addition & 1 deletion fern/pages/v2/tutorials/agentic-rag.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Agentic RAG
title: Building Agentic RAG with Cohere
slug: /v2/docs/agentic-rag

description: "Hands-on tutorials on building agentic RAG applications with Cohere"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Generating Parallel Queries
title: Generate Parallel Queries for Better RAG Retrieval
slug: /v2/docs/generating-parallel-queries

description: "Build an agentic RAG system that can expand a user query into a more optimized set of queries for retrieval."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Performing Tasks Sequentially
title: "Performing Tasks Sequentially with Cohere's RAG"
slug: /v2/docs/performing-tasks-sequentially

description: "Build an agentic RAG system that can handle user queries that require tasks to be performed in a sequence."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/v2/tutorials/build-things-with-cohere.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Build Things with Cohere!
title: Build an Onboarding Assistant with Cohere!
slug: /v2/docs/build-things-with-cohere

description: "This page describes how to build an onboarding assistant with Cohere's large language models."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Building an Agent with Cohere
title: Building a Generative AI Agent with Cohere
slug: /v2/docs/building-an-agent-with-cohere

description: "This page describes building a generative-AI powered agent with Cohere."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: RAG with Cohere
title: Building RAG models with Cohere
slug: /v2/docs/rag-with-cohere

description: "This page walks through building a retrieval-augmented generation model with Cohere."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Reranking with Cohere
title: Master Reranking with Cohere Models
slug: /v2/docs/reranking-with-cohere

description: "This page contains a tutorial on using Cohere's ReRank models."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Semantic Search with Cohere
title: Semantic Search with Cohere Models
slug: /v2/docs/semantic-search-with-cohere

description: "This is a tutorial describing how to leverage Cohere's models for semantic search."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/v2/tutorials/cookbooks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cookbooks Overview
title: "Cohere Cookbooks: Build AI Agents and Solutions"
slug: v2/docs/cookbooks
hidden: false
description: >-
Expand Down
Loading