forked from phoenix/litellm-mirror
docs(bedrock.md): add cohere embeddings to bedrock docs
This commit is contained in:
parent
2134285523
commit
db12ca4ecb
2 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,8 @@ print(response)
|
|||
| Model Name | Function Call |
|
||||
|----------------------|---------------------------------------------|
|
||||
| Titan Embeddings - G1 | `embedding(model="amazon.titan-embed-text-v1", input=input)` |
|
||||
| Cohere Embeddings - English | `embedding(model="cohere.embed-english-v3", input=input)` |
|
||||
| Cohere Embeddings - Multilingual | `embedding(model="cohere.embed-multilingual-v3", input=input)` |
|
||||
|
||||
|
||||
## Cohere Embedding Models
|
||||
|
|
|
@ -174,3 +174,5 @@ print(response)
|
|||
| Model Name | Function Call |
|
||||
|----------------------|---------------------------------------------|
|
||||
| Titan Embeddings - G1 | `embedding(model="amazon.titan-embed-text-v1", input=input)` |
|
||||
| Cohere Embeddings - English | `embedding(model="cohere.embed-english-v3", input=input)` |
|
||||
| Cohere Embeddings - Multilingual | `embedding(model="cohere.embed-multilingual-v3", input=input)` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue