Open maxheckel opened 1 month ago
Hey @maxheckel, this is an error we've seen in integration tests when attempting to interact with an index before it's in a ready state.
Is the Host
value that you're passing with NewIndexConnParams
associated with an index that had been created previously and have you upserted vectors to it?
If you have the index name you should be able to use the name to call client.DescribeIndex("YOUR_INDEX_NAME")
and then check the response for Status.State
or Status.Ready
to verify the state of the index.
Is this a new bug?
Describe the bug I have the following code:
When running it I get the following output: 2024/10/24 14:04:37 Failed to describe index stats: rpc error: code = Unknown desc = malformed header: missing HTTP content-type
Error information n/a
Steps to reproduce the issue locally Run the code above My go.mod looks like this:
Environment