Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for the Similarity transform #911

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions transforms/language/similarity/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand 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
Expand Down Expand Up @@ -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