I referred to the mentioned link and I am able to view the embeddings present in opensearch index. Can you please help me how do I query the opensearch index which already has embeddings stored in it
Once we connect to opensearch we can create our index and query. But every time I connect to opensearch the embeddings are getting created and then the indexing and querying happens. So my question is how to pass the index in opensearch directly as it already has embeddings generated instead of embeddings getting generated every time I connect to opensearch.