The OpenSearch Vector Store node is a component that integrates OpenSearch, an open-source, all-in-one vector database, into a vector store system. It allows for upsert operations of embedded data and similarity search queries.
getOpenSearchClient
that creates an OpenSearch client instance. It handles authentication if a username and password are provided.