Fix broken links to Cohere embedding connector and Data Prepper (#6710)
* Update connectors.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update core-apis.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
parent
7cac2a7b85
commit
d8533562c9
|
@ -83,4 +83,4 @@ processorShutdownTimeout: "PT15M"
|
||||||
sinkShutdownTimeout: 30s
|
sinkShutdownTimeout: 30s
|
||||||
```
|
```
|
||||||
|
|
||||||
The values for these parameters are parsed into a `Duration` object through the [Data Prepper Duration Deserializer](https://github.com/opensearch-project/data-prepper/tree/main/data-prepper-core/src/main/java/org/opensearch/dataprepper/parser/DataPrepperDurationDeserializer.java).
|
The values for these parameters are parsed into a `Duration` object through the [Data Prepper Duration Deserializer](https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-pipeline-parser/src/main/java/org/opensearch/dataprepper/pipeline/parser/DataPrepperDurationDeserializer.java).
|
||||||
|
|
|
@ -214,7 +214,7 @@ The `parameters` section requires the following options when using `aws_sigv4` a
|
||||||
|
|
||||||
### Cohere connector
|
### Cohere connector
|
||||||
|
|
||||||
You can use the following example request to create a standalone Cohere connector using the Embed V3 model. For more information, see [Cohere connector blueprint](https://github.com/opensearch-project/ml-commons/blob/2.x/docs/remote_inference_blueprints/cohere_connector_embedding_blueprint).
|
You can use the following example request to create a standalone Cohere connector using the Embed V3 model. For more information, see [Cohere connector blueprint](https://github.com/opensearch-project/ml-commons/blob/2.x/docs/remote_inference_blueprints/cohere_connector_embedding_blueprint.md).
|
||||||
|
|
||||||
```json
|
```json
|
||||||
POST /_plugins/_ml/connectors/_create
|
POST /_plugins/_ml/connectors/_create
|
||||||
|
|
Loading…
Reference in New Issue