Error in query on pinecone

i am using 3072 dimension vectors for my project so i think pinecone 3.0 version is not supporting 3072 dimension even after i am using
pc = Pinecone(api_key=YOUR_API_KEY) index = pc.Index(YOUR_INDEX_NAME)

below is the error getting
Error during embedding generation: Error code: 400 - {‘error’: {‘message’: “‘$.input’ is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference.”, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: None}}

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.