Skip to content

Commit e3e9624

Browse files
committed
replace "sample type" with "package"
1 parent ef16afa commit e3e9624

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/ai-studio/how-to/deploy-models-cohere-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ Response:
792792

793793
##### More inference examples
794794

795-
| **Sample Type** | **Sample Notebook** |
795+
| **Package** | **Sample Notebook** |
796796
|----------------|----------------------------------------|
797797
| CLI using CURL and Python web requests - Command R | [command-r.ipynb](https://aka.ms/samples/cohere-command-r/webrequests)|
798798
| CLI using CURL and Python web requests - Command R+ | [command-r-plus.ipynb](https://aka.ms/samples/cohere-command-r-plus/webrequests)|
@@ -802,7 +802,7 @@ Response:
802802
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/litellm.ipynb) |
803803

804804
##### Retrieval Augmented Generation (RAG) and tool use samples
805-
**Description** | **Sample Type** | **Sample Notebook**
805+
**Description** | **Package** | **Sample Notebook**
806806
--|--|--
807807
Create a local Facebook AI similarity search (FAISS) vector index, using Cohere embeddings - Langchain|`langchain`, `langchain_cohere`|[cohere_faiss_langchain_embed.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/cohere_faiss_langchain_embed.ipynb)
808808
Use Cohere Command R/R+ to answer questions from data in local FAISS vector index - Langchain|`langchain`, `langchain_cohere`|[command_faiss_langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/command_faiss_langchain.ipynb)

articles/ai-studio/how-to/deploy-models-cohere-embed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Response:
324324

325325
#### More inference examples
326326

327-
| **Sample Type** | **Sample Notebook** |
327+
| **Package** | **Sample Notebook** |
328328
|----------------|----------------------------------------|
329329
| CLI using CURL and Python web requests | [cohere-embed.ipynb](https://aka.ms/samples/embed-v3/webrequests)|
330330
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/samples/cohere-embed/openaisdk) |
@@ -333,7 +333,7 @@ Response:
333333
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/litellm.ipynb) |
334334

335335
##### Retrieval Augmented Generation (RAG) and tool-use samples
336-
**Description** | **Sample Type** | **Sample Notebook**
336+
**Description** | **Package** | **Sample Notebook**
337337
--|--|--
338338
Create a local Facebook AI Similarity Search (FAISS) vector index, using Cohere embeddings - Langchain|`langchain`, `langchain_cohere`|[cohere_faiss_langchain_embed.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/cohere_faiss_langchain_embed.ipynb)
339339
Use Cohere Command R/R+ to answer questions from data in local FAISS vector index - Langchain|`langchain`, `langchain_cohere`|[command_faiss_langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/command_faiss_langchain.ipynb)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ Response:
788788

789789
##### Additional inference examples
790790

791-
| **Sample Type** | **Sample Notebook** |
791+
| **Package** | **Sample Notebook** |
792792
|----------------|----------------------------------------|
793793
| CLI using CURL and Python web requests - Command R | [command-r.ipynb](https://aka.ms/samples/cohere-command-r/webrequests)|
794794
| CLI using CURL and Python web requests - Command R+ | [command-r-plus.ipynb](https://aka.ms/samples/cohere-command-r-plus/webrequests)|
@@ -798,7 +798,7 @@ Response:
798798
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/litellm.ipynb) |
799799

800800
##### Retrieval Augmented Generation (RAG) and tool use samples
801-
**Description** | **Sample Type** | **Sample Notebook**
801+
**Description** | **Package** | **Sample Notebook**
802802
--|--|--
803803
Create a local Facebook AI Similarity Search (FAISS) vector index, using Cohere embeddings - Langchain|`langchain`, `langchain_cohere`|[cohere_faiss_langchain_embed.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/cohere_faiss_langchain_embed.ipynb)
804804
Use Cohere Command R/R+ to answer questions from data in local FAISS vector index - Langchain|`langchain`, `langchain_cohere`|[command_faiss_langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/command_faiss_langchain.ipynb)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Response:
323323

324324
#### Additional inference examples
325325

326-
| **Sample Type** | **Sample Notebook** |
326+
| **Package** | **Sample Notebook** |
327327
|----------------|----------------------------------------|
328328
| CLI using CURL and Python web requests | [cohere-embed.ipynb](https://aka.ms/samples/embed-v3/webrequests)|
329329
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/samples/cohere-embed/openaisdk) |
@@ -332,7 +332,7 @@ Response:
332332
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/litellm.ipynb) |
333333

334334
##### Retrieval Augmented Generation (RAG) and tool use samples
335-
**Description** | **Sample Type** | **Sample Notebook**
335+
**Description** | **Package** | **Sample Notebook**
336336
--|--|--
337337
Create a local Facebook AI Similarity Search (FAISS) vector index, using Cohere embeddings - Langchain|`langchain`, `langchain_cohere`|[cohere_faiss_langchain_embed.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/cohere_faiss_langchain_embed.ipynb)
338338
Use Cohere Command R/R+ to answer questions from data in local FAISS vector index - Langchain|`langchain`, `langchain_cohere`|[command_faiss_langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/command_faiss_langchain.ipynb)

0 commit comments

Comments
 (0)