PineconeUnmappedHttpError Semantic Search Typescript

Hi, I’m learning how to build a semantic search from the typescript crash course and I’ve run into an issue that is explained here:

Is there something I overlooked? or not included?

furthermore, the docs on pinecone which tell you to run a the embedding script needs to be updated to the correct one from the repo readme.

Would love to finally build something on pinecone, any help unblocking me here would be greatly appreciated!

I ended up finding a workaround here

where I added cosine as a metric. However, its a bit odd why I would need to do this because based of the pinecone ts client, the metric field is optional and the value is defaulted to cosine

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