Skip to content

Commit

Permalink
Feedback fixes round 1 (#333)
Browse files Browse the repository at this point in the history
* A batch of changes.

* Changing some rerank language.

* More titles.

* Updating queries.

* Fixing the about page.

* Updating v1/v2 yaml files.

* More links in the API about page.

* More updates to the API About page.

* More tweaks to the About page.

* Update fern/pages/cohere-api/about.mdx

Co-authored-by: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com>
Signed-off-by: trentfowlercohere <141260477+trentfowlercohere@users.noreply.github.com>

---------

Signed-off-by: trentfowlercohere <141260477+trentfowlercohere@users.noreply.github.com>
Co-authored-by: Trent Fowler <trentfowler@Trent-Fowler.local>
Co-authored-by: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent ecec764 commit 047f2cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions fern/pages/cohere-api/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ createdAt: 'Wed Sep 14 2022 16:37:41 GMT+0000 (Coordinated Universal Time)'
updatedAt: 'Fri Jun 14 2024 16:36:59 GMT+0000 (Coordinated Universal Time)'
---

The Cohere platform builds natural language processing and generation into your product with a few lines of code. Our large language models can solve a broad spectrum of natural language use cases, including classification, semantic search, paraphrasing, summarization, and content generation.
The Cohere platform allows you to leverage the power of [large language models](https://docs.cohere.com/v1/docs/introduction-to-large-language-models) (LLMs) with just a few lines of code and an [API key](https://dashboard.cohere.com/api-keys?_gl=1*14v2pj5*_gcl_au*NTczMTgyMTIzLjE3MzQ1NTY2OTA.*_ga*MTAxNTg1NTM1MS4xNjk1MjMwODQw*_ga_CRGS116RZS*MTczNjI3NzU2NS4xOS4xLjE3MzYyODExMTkuNDkuMC4w).

By [training a custom model](/docs/fine-tuning), users can customize large language models to their use case and trained on their data.
Our [Command](https://docs.cohere.com/v1/docs/command-r7b), [Embed](https://docs.cohere.com/v1/docs/cohere-embed), [Rerank](https://docs.cohere.com/v1/docs/rerank-2), and [Aya](https://docs.cohere.com/v1/docs/aya) models excel at a variety of applications, from the relatively simple ([semantic search](https://docs.cohere.com/v1/docs/semantic-search-embed), and [content generation](https://docs.cohere.com/v1/docs/introduction-to-text-generation-at-cohere)) to the more advanced ([retrieval augmented generation](https://docs.cohere.com/v1/docs/retrieval-augmented-generation-rag) and [agents](https://docs.cohere.com/v1/docs/multi-step-tool-use)). If you have a more specialized use case and custom data, you can also [train a custom model](https://docs.cohere.com/v1/docs/fine-tuning) to get better performance.

The models can be accessed through the [playground](https://dashboard.cohere.com/playground/chat), SDK, and the [CLI](/reference/command) tool.
Check out [our documentation](https://docs.cohere.com/v1/docs/the-cohere-platform) if you're ready to start building, and you might want to check out our [API pricing](https://docs.cohere.com/v1/docs/rate-limits).

## SDKs

We support SDKs in 4 different languages. Please see the following installation methods and snippets to get started.
The Cohere SDK is the primary way of accessing Cohere's models. We support SDKs in four different languages. To get started, please see the installation methods and code snippets below.

### Python

Expand Down
2 changes: 1 addition & 1 deletion fern/pages/models/rerank-2.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Rerank Model (Details and Application)
title: Cohere's Rerank Model (Details and Application)
slug: "docs/rerank-2"

hidden: false
Expand Down
2 changes: 1 addition & 1 deletion fern/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ navigation:
path: pages/models/the-command-family-of-models/command-beta.mdx
- page: Embed
path: pages/models/cohere-embed.mdx
- page: Rerank
- page: Rerank Model
path: pages/models/rerank-2.mdx
- page: Aya
path: pages/models/aya.mdx
Expand Down

0 comments on commit 047f2cb

Please sign in to comment.