79115122

Date: 2024-10-22 17:03:13
Score: 1.5
Natty:
Report link

Your embeddings are in a numpy array object, rather than a list of floats as is required by the Pinecone upsert method. Try using .tolist() on the array to convert it to a list of floats.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ana Wishnoff