Skip to content

Commit

Permalink
fixedlinks
Browse files Browse the repository at this point in the history
Signed-off-by: Heather Halter <[email protected]>
  • Loading branch information
hdhalter committed Jun 25, 2024
1 parent 771f481 commit dde7628
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _clients/python-low-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ redirect_from:
The OpenSearch low-level Python client (`opensearch-py`) provides wrapper methods for the OpenSearch REST API so that you can interact with your cluster more naturally in Python. Rather than sending raw HTTP requests to a given URL, you can create an OpenSearch client for your cluster and call the client's built-in functions.

This getting started guide illustrates how to connect to OpenSearch, index documents, and run queries. For additional information, see the following resources:
- OpenSearch Python repo: https://github.com/opensearch-project/opensearch-py
- API reference: https://opensearch-project.github.io/opensearch-py/api-ref.html
- User guides: https://github.com/opensearch-project/opensearch-py/tree/main/guides
- Samples: https://github.com/opensearch-project/opensearch-py/tree/main/samples
- [OpenSearch Python repo](https://github.com/opensearch-project/opensearch-py)
- [API reference](https://opensearch-project.github.io/opensearch-py/api-ref.html)
- [User guides](https://github.com/opensearch-project/opensearch-py/tree/main/guides)
- [Samples](https://github.com/opensearch-project/opensearch-py/tree/main/samples)

If you have any questions or would like to contribute, you can [create an issue](https://github.com/opensearch-project/opensearch-py/issues ) to interact with the OpenSearch Python team directly.

Expand Down

0 comments on commit dde7628

Please sign in to comment.