Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 501 Bytes

cohere.mdx

File metadata and controls

20 lines (12 loc) · 501 Bytes
title description
Cohere
Integrate with Cohere for embedding models.

import { getEnvironmentVariableText, getNamedIntegrationText } from "@/components/NamedIntegration"; import { AddCohereIntegration } from '@/components/shared/cohere';


Chalk supports Cohere as an embeddings provider.


Adding Cohere

On the dashboard, you can provide your Cohere api key.

<AddCohereIntegration onSubmit={(e) => e.preventDefault()} />