I'm using Pinecone with cosine metric to perform similarity search. I have the word "dog"
with the llama-text-embed-v2
and I'm searching the word "dog". I'm expected a cosine similarity of 1
or very close to it, but I'm getting such a low number.
Maybe I'm miss understanding something, but why is the score so low?