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
feat(search): adds exception for text exceeding embedding limit
Introduces InputTooLongError, a subclass of SyntaxQueryError, to handle cases where input text exceeds the MAX_EMBEDDING_CHAR_LENGTH limit during embedding preparation.
0 commit comments