Describe index response has a host value that is used in the docs. According to the docs, only java and c# examples have not direct access to this value to perform the upsert operation.
Testcontainers is a project that allows run containers programmatically and provides an implementation using pinecone-local image using random ports. However, after creating the index successfully via the random port for 5080, the client fails trying to reach out 5081 because a new PineconeConnection is created [1] using the index’s host [2].
Can we improve the pinecone-local docker image to work well with random ports?
P.S: I was sharing more links but was limited to only post 2.