Skip to content

Commit

Permalink
Merge branch 'main' into multi-modal-image-types
Browse files Browse the repository at this point in the history
  • Loading branch information
trentfowlercohere authored Jan 22, 2025
2 parents b5fe89a + bbe4d32 commit 6317dda
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion fern/pages/cohere-api/about.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About Cohere
title: Working with Cohere's API and SDK
slug: reference/about
hidden: false
description: >-
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cohere-api/errors.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Errors
title: Errors (status codes and description)
slug: reference/errors
hidden: false
description: >-
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cohere-api/teams-and-roles.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Teams and Roles"
title: "Teams and Roles on the Cohere Platform"
slug: "reference/teams-and-roles"

hidden: false
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/agent-api-calls.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Agent API Calls
title: Building an LLM Agent with the Cohere API
slug: /page/agent-api-calls

description: "This page how to use Cohere's API to build an LLM-based agent."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/analyzing-hacker-news.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Analyzing Hacker News with Six Language Understanding Methods
title: Analyzing Hacker News with Cohere
slug: /page/analyzing-hacker-news

description: "This page describes building a generative-AI powered tool to analyze headlines with Cohere."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Article Recommender with Text Embedding Classification Extraction
title: Article Recommender with Text Embedding and Classification
slug: /page/article-recommender-with-text-embeddings

description: "This page describes how to build a generative-AI tool to recommend articles with Cohere."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/basic-multi-step.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Multi-Step Tool Use
title: Multi-Step Tool Use with Cohere
slug: /page/basic-multi-step

description: "This page describes how to create a multi-step, tool-using AI agent with Cohere's tool use functionality."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/basic-rag.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Basic RAG
title: "Basic RAG: Retrieval-Augmented Generation with Cohere"
slug: /page/basic-rag

description: "This page describes how to work with Cohere's basic retrieval-augmented generation functionality."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/basic-semantic-search.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Basic Semantic Search
title: Basic Semantic Search with Cohere Models
slug: /page/basic-semantic-search

description: "This page describes how to do basic semantic search with Cohere's models."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/basic-tool-use.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Basic Tool Use
title: Getting Started with Basic Tool Use
slug: /page/basic-tool-use

description: "This page describes how to work with Cohere's basic tool use functionality."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/chunking-strategies.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Chunking Strategies
title: Effective Chunking Strategies for RAG
slug: /page/chunking-strategies

description: "This page describes various chunking strategies you can use to get better RAG performance."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/embed-jobs-serverless-pinecone.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Semantic Search with Cohere Embed Jobs and Pinecone serverless Solution
title: Serverless Semantic Search with Cohere and Pinecone
slug: /page/embed-jobs-serverless-pinecone

description: "This page contains a basic tutorial on how to get Cohere and the Pinecone vector database to work well together."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/finetune-on-sagemaker.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Finetuning on AWS Sagemaker
title: Finetuning Cohere Models on AWS Sagemaker
slug: /page/finetune-on-sagemaker

description: Learn how to finetune one of Cohere's models on AWS Sagemaker.
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/hello-world-meet-ai.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Hello World! Meet Language AI
title: Hello World! Explore Language AI with Cohere
slug: /page/hello-world-meet-ai

description: "This page contains a breakdown of some of what can be achieved with Cohere's LLM platform."
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/long-form-general-strategies.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Long Form General Strategies
title: Long-Form Text Strategies with Cohere
slug: /page/long-form-general-strategies

description: "This discusses ways of getting Cohere's LLM platform to perform well in generating long-form text."
Expand Down
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"
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

0 comments on commit 6317dda

Please sign in to comment.