Add links to samples and API to Python client (#6508)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
76c2ed03fc
commit
f9a78d69c2
|
@ -10,7 +10,7 @@ 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. For the client's complete API documentation and additional examples, see the [`opensearch-py` API documentation](https://opensearch-project.github.io/opensearch-py/).
|
||||
|
||||
This getting started guide illustrates how to connect to OpenSearch, index documents, and run queries. For the client source code, see the [opensearch-py repo](https://github.com/opensearch-project/opensearch-py).
|
||||
This getting started guide illustrates how to connect to OpenSearch, index documents, and run queries. For the client source code, see the [`opensearch-py` repo](https://github.com/opensearch-project/opensearch-py).
|
||||
|
||||
## Setup
|
||||
|
||||
|
@ -349,3 +349,8 @@ print('\nDeleting index:')
|
|||
print(response)
|
||||
```
|
||||
{% include copy.html %}
|
||||
|
||||
## Next steps
|
||||
|
||||
- For Python client API, see the [`opensearch-py` API documentation](https://opensearch-project.github.io/opensearch-py/).
|
||||
- For Python code samples, see [Samples](https://github.com/opensearch-project/opensearch-py/tree/main/samples).
|
Loading…
Reference in New Issue