Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit a417831

Browse files
authored
Merge pull request #220 from mithleshupadhyay/patch-1
Fixed proper Hindi Devanagari of word "Cohere" - Update cohere.md
2 parents fdfb099 + bdfe943 commit a417831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/embeddings/cohere.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ multilingual_texts = [ 'Hello from Cohere!', 'مرحبًا من كوهير!',
8181
'Hallo von Cohere!', 'Bonjour de Cohere!',
8282
'¡Hola desde Cohere!', 'Olá do Cohere!',
8383
'Ciao da Cohere!', '您好,来自 Cohere!',
84-
'कोहेरे से नमस्ते!' ]
84+
'कोहिअर से नमस्ते!' ]
8585

8686
const embeddings = embedder.generate(multilingual_texts)
8787

@@ -94,4 +94,4 @@ const embeddings = embedder.generate(multilingual_texts)
9494

9595

9696

97-
For more information on multilingual model you can read [here](https://docs.cohere.ai/docs/multilingual-language-models).
97+
For more information on multilingual model you can read [here](https://docs.cohere.ai/docs/multilingual-language-models).

0 commit comments

Comments
 (0)