Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Oct 9, 2024
1 parent 3237b49 commit bd97d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2.4.x/site/en/embeddings/embed-with-cohere.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pip install "pymilvus[model]"
Then, instantiate the `CohereEmbeddingFunction`:

```python
from pymilvus.model.dense import CohereEmbeddingFunction

cohere_ef = CohereEmbeddingFunction(
model_name="embed-english-light-v3.0",
api_key="YOUR_COHERE_API_KEY",
Expand Down

0 comments on commit bd97d05

Please sign in to comment.