Fix default_embedding_functions.md (#1043)

typo and broken table
This commit is contained in:
Louis Guitton
2024-03-04 00:22:53 +01:00
committed by Weston Pace
parent a3761f4209
commit 7f9ef0d329

View File

@@ -175,7 +175,8 @@ Supported Embedding modelIDs are:
* `cohere.embed-english-v3`
* `cohere.embed-multilingual-v3`
Supported paramters (to be passed in `create` method) are:
Supported parameters (to be passed in `create` method) are:
| Parameter | Type | Default Value | Description |
|---|---|---|---|
| **name** | str | "amazon.titan-embed-text-v1" | The model ID of the bedrock model to use. Supported base models for Text Embeddings: amazon.titan-embed-text-v1, cohere.embed-english-v3, cohere.embed-multilingual-v3 |