Why I am getting this error on /query api
{
“includeValues”: true,
“topK”: 10,
“namespace”: “development”,
“filters”: {
“itemId”: {
“$eq”: 1
}
}
}
curl
curl --location --request POST 'https://index_name-project_id.svc.environment.pinecone.io/query' \
--header 'Api-Key: test-123' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data-raw '{
"includeValues": true,
"topK": 10,
"namespace": "development",
"filters": {
"itemId": {
"$eq": 1
}
}
}'