Skip to content

Commit 6631f64

Browse files
authored
Update how-to-deploy-models-llama.md
1 parent e3926ff commit 6631f64

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

articles/machine-learning/how-to-deploy-models-llama.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -554,15 +554,6 @@ For reference about how to invoke Meta Llama 3 models deployed to real-time endp
554554
| Cohere SDK | [cohere-sdk.ipynb](https://aka.ms/samples/cohere-embed/cohere-python-sdk) |
555555
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/litellm.ipynb) |
556556

557-
##### Retrieval Augmented Generation (RAG) and tool use samples
558-
**Description** | **Package** | **Sample Notebook**
559-
--|--|--
560-
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)
561-
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)
562-
Use Cohere Command R/R+ to answer questions from data in AI search vector index - Langchain|`langchain`, `langchain_cohere`|[cohere-aisearch-langchain-rag.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/cohere-aisearch-langchain-rag.ipynb)
563-
Use Cohere Command R/R+ to answer questions from data in AI search vector index - Cohere SDK| `cohere`, `azure_search_documents`|[cohere-aisearch-rag.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/cohere-aisearch-rag.ipynb)
564-
Command R+ tool/function calling, using LangChain|`cohere`, `langchain`, `langchain_cohere`|[command_tools-langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/command_tools-langchain.ipynb)
565-
566557
## Cost and quotas
567558

568559
### Cost and quota considerations for Meta Llama models deployed as a serverless API

0 commit comments

Comments
 (0)