Skip to content

Commit a7564c2

Browse files
Update how-to-deploy-models-cohere-embed.md
1 parent e0dd434 commit a7564c2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/machine-learning/how-to-deploy-models-cohere-embed.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,10 @@ For more information, see [https://docs.cohere.com/reference/embed](https://docs
323323

324324
| **Sample Type** | **Sample Notebook** |
325325
|----------------|----------------------------------------|
326-
| CLI using CURL and Python web requests |(to be added)|
327-
| OpenAI SDK (experimental) | (to be added) |
328-
| LangChain | (to be added) |
329-
| (tbd) | (to be added) |
330-
| LiteLLM | (to be added) |
326+
| CLI using CURL and Python web requests | [cohere-embed.ipynb](https://aka.ms/samples/embed-v3/webrequests)|
327+
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/samples/cohere-embed/openaisdk) |
328+
| LangChain | [langchain.ipynb](https://aka.ms/samples/cohere-embed/langchain) |
329+
| Cohere SDK | [cohere-sdk.ipynb](https://aka.ms/samples/cohere-embed/cohere-python-sdk) |
331330

332331
## Cost and quotas
333332

0 commit comments

Comments
 (0)