Documentation Index
Fetch the complete documentation index at: https://docs.aurelio.ai/llms.txt
Use this file to discover all available pages before exploring further.
similarity_matrix
xq: A query vector (1d ndarray)index: A set of vectors.
np.ndarray: The similarity between the query vector and the set of vectors.
top_scores
sim: A similarity matrix.top_k: The number of top scores to get.
Tuple[np.ndarray, np.ndarray]: The top scores and indices.
