[Bug] metadatFilter input on QueryByVectorIdRequest variable impossible to use as it does not start with a capital letter. #75
Labels
bug
Something isn't working
status:on-roadmap
This has been picked up by the team and is on our roadmap
Is this a new bug?
In other words: Is this an error, flaw, failure or fault? Please search Github issues and check our Community Forum to see if someone has already reported the bug you encountered.
If this is a request for help or troubleshooting code in your own Pinecone project, please join the Pinecone Community Forum.
Describe the bug
The input variable on this method has the metadataFilter variable in lowercase. This makes usage of this input variable impossible.
Here is the struct showing the metadataFilter variable
This is the function it is used in.
func (idx *IndexConnection) QueryByVectorId(ctx context.Context, in *QueryByVectorIdRequest) (*QueryVectorsResponse, error)
The text was updated successfully, but these errors were encountered: