From 125a80a44509fe864ea9ce36c6f3b9b15ea2384a Mon Sep 17 00:00:00 2001 From: SHAHROKH DAIJAVAD Date: Thu, 2 Jan 2025 11:02:21 -0800 Subject: [PATCH] Update README.md --- transforms/language/similarity/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transforms/language/similarity/README.md b/transforms/language/similarity/README.md index ec9e53e5b..c01f1b096 100644 --- a/transforms/language/similarity/README.md +++ b/transforms/language/similarity/README.md @@ -1,6 +1,6 @@ # Similarity Transform Please see the set of -[transform project conventions](../../../README.md#transform-project-conventions) +[transform project conventions](../../README.md#transform-project-conventions) for details on general project conventions, transform configuration, testing and IDE set up. @@ -76,7 +76,7 @@ Example ### Launched Command Line Options The following command line arguments are available in addition to the options provided by -the [python launcher](../../../../data-processing-lib/doc/python-launcher-options.md). +the [python launcher options](../../../data-processing-lib/doc/python-launcher-options.md). ``` --similarity_es_endpoint SIMILARITY_ES_ENDPOINT The URL for Elasticsearch @@ -125,5 +125,5 @@ To see results of the transform. ### Code example -TBD (link to the notebook will be provided) +See the [sample notebook](similarity.ipynb) for an example