Kuba Hejhal
Results
1
comments of
Kuba Hejhal
I fixed it by changing the `embedding_ontology.py` in the following way: ```python def cosine_similarity(a: np.array, b: np.array) -> np.array: """ Calculate the cosine similarity between two vectors. Args: a: The...