python – Same sentence different vectors with sent2vec vectorizer
Hi im trying some code where i have some sample data stored in mongodb. Im querying the data appending into list and then i have a sentence which i need to find the vectors and find cosine similarity but the issue is when i calculate vectors for same sentences the vectors are coming up different … Read more