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
Describe the bug
Embeddings type definition has been updated to string -- it is represented internally as a vector, and in code often as a number[] -- I think number[] would be a more apt definition of the type in typescript.
Describe the bug
Embeddings type definition has been updated to
string-- it is represented internally as avector, and in code often as anumber[]-- I thinknumber[]would be a more apt definition of the type in typescript.