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

fix links in docstrings #188

Merged
merged 1 commit into from
Jan 11, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def __init__(
Creates a new OpenSearchDocumentStore instance.

For more information on connection parameters, see the official OpenSearch documentation:
https://www.elastic.co/guide/en/OpenSearch/client/python-api/current/connecting.html
https://opensearch.org/docs/latest/clients/python-low-level/#connecting-to-opensearch

For the full list of supported kwargs, see the official OpenSearch reference:
https://OpenSearch-py.readthedocs.io/en/stable/api.html#module-OpenSearch
https://opensearch-project.github.io/opensearch-py/api-ref/clients/opensearch_client.html

:param hosts: List of hosts running the OpenSearch client. Defaults to None
:param index: Name of index in OpenSearch, if it doesn't exist it will be created. Defaults to "default"
Expand Down