You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check to ensure correct embedding vector dimensions are used (#177)
Currently our semantic cache allows for specifying the vector in calls
to store() and check(), but if the vector dimension does not match the
schema dimensions this fails silently. This PR adds a check to verify
correct vector dimensions and raises an error if they do not match.
0 commit comments