From 59867d5e6ea391d17b1abf618c887a45255ef74e Mon Sep 17 00:00:00 2001 From: Rushi Agrawal Date: Fri, 20 Aug 2021 18:28:14 +0530 Subject: [PATCH] Add a line in README about upcoming Python high-level client Signed-off-by: Rushi Agrawal --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5116a04..0046d270 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ OpenSearch Python Client **opensearch-py** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of elasticsearch-py licensed under the [Apache v2.0 License](LICENSE.txt). For more information, see [opensearch.org](https://opensearch.org/). +This is the low-level client. A high-level Python client is in the works, and will be available soon. + ## Example use ```python