opensearch-py-ml
- Call OpenSearch indexes and manipulate them using the opensearch-py-ml DataFrame APIs. The opensearch-py-ml DataFrame wraps an OpenSearch index into an API similar to , giving you the ability to process large amounts of data from OpenSearch inside a Jupyter Notebook.
- Train and tune SentenceTransformer models with synthetic queries.
To use , install the . The Python client allows OpenSearch to use the Python syntax required to run DataFrames in opensearch-py-ml
.
Then import the client into OpenSearch like any other module:
from opensearchpy import OpenSearch
If you want to track or contribute to the development of the opensearch-py-ml
client, see the .