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
As a result of deprecating embedding from the Document object, refer: #1781, some of the vector store operations, specifically the doSimilaritySearch method relies on Document#getEmbedding.
This issue addresses the refactoring of this dependency.