pinecone icon indicating copy to clipboard operation
pinecone copied to clipboard

Fix query

Open vovayartsev opened this issue 2 months ago • 0 comments

It appeared that the URL for query operation shouldn't contain /vectors path component. It should be just

POST https://{index_host}/query

The below line that was producing an incorrect URL:

post_vector("query", name, body, opts[:config])

vovayartsev avatar May 06 '24 22:05 vovayartsev