Skip to content

Commit

Permalink
Removes redundant numpy.linalg.norm in semantic_router.layer
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvduroiu committed Nov 28, 2023
1 parent c6ffb6c commit c39d885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion semantic_router/layer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
from numpy.linalg import norm

from semantic_router.encoders import BaseEncoder, CohereEncoder, OpenAIEncoder
from semantic_router.linear import similarity_matrix, top_scores
Expand Down

0 comments on commit c39d885

Please sign in to comment.