Pinecone filters need to use comparison operators. For exact matches, use the $eq operator:
$eq
const filter = { info: { $eq: state.info } };