Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update page titles to fit seo requirements #373

Merged
merged 12 commits into from
Jan 22, 2025
4 changes: 2 additions & 2 deletions fern/pages/cookbooks/rag-cohere-mongodb.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Build Chatbots That Know Your Business with MongoDB and Cohere
title: Build Chatbots with MongoDB and Cohere
slug: /page/rag-cohere-mongodb

description: "This page describes how to build a chatbot that provides actionable insights on technology company market reports."
Expand Down Expand Up @@ -1117,4 +1117,4 @@ QuantumComputing Inc. is a leading developer of quantum computing software and s

Please note that these recommendations are based on specific reports and may not consider all factors. It is always advisable to conduct thorough research and consult professional advice before making any investment decisions.
-------------------------
```
```
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/rag-evaluation-deep-dive.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Deep Dive Into RAG Evaluation
title: Deep Dive Into Evaluating RAG Outputs
slug: /page/rag-evaluation-deep-dive

description: "This page contains information on evaluating the output of RAG systems."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/rerank-demo.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Demo of Rerank
title: Learn How Cohere's Rerank Models Work
slug: /page/rerank-demo

description: "This page contains a basic tutorial on how Cohere's ReRank models work and how to use them."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/sql-agent.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: SQL Agent
title: Build a SQL Agent with Cohere's LLM Platform
slug: /page/sql-agent

description: "This page contains a tutorial on how to build a SQL agent with Cohere's LLM platform."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/summarization-evals.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Summarization Evals
title: Evaluating Text Summarization Models
slug: /page/summarization-evals

description: "This page discusses how to evaluate a model's text summarization."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/topic-modeling-ai-papers.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Topic Modeling AI Papers
title: Topic Modeling System for AI Papers
slug: /page/topic-modeling-ai-papers

description: "This page discusses how to create a topic-modeling system for papers focused on AI papers."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Customer Support
title: Customer Support Classification with Cohere
slug: docs/customer-support
subtitle: >-
This endpoint classifies text into one of several classes. It uses a few
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/toxicity-detection/v1classify-2.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "/v1/classify"
title: "Build a Text Classification Engine with /v1/classify"
trentfowlercohere marked this conversation as resolved.
Show resolved Hide resolved
slug: "docs/v1classify-2"

hidden: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Toxicity Detection
title: Toxicity Detection with Cohere
slug: docs/toxicity-detection
subtitle: >-
This endpoint classifies text into one of several classes. It uses a few
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/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: /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: /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: /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: /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: /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/tutorials/cookbooks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cookbooks Overview
title: "Cohere Cookbooks: AI Agents, RAG, Search, and More"
slug: docs/cookbooks
hidden: false
description: >-
Expand Down
Loading