embeddings.load_embedding_vectors

pai4sk.simsearch.embeddings.load_embedding_vectors(vectors_file_path='vectors.npy')

Loads embedding vectors from vectors_file_path

Parameters:vectors_file_path (string (default="vectors.npy")) – Indicates the relative file path location for the file “vectors.npy”
Returns:W – Embedding vectors
Return type:array-like, shape (n_features, n_dimensions)