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
This causes an issue where, if pre-embedded documents or metadata with Base64-encoded images are present, it leads to exceeding the token limit of the embedding model.
Consequently, the change I want to implement is the following function.
Initially, I intended to achieve this by inheriting from MongoDBAtlasVectorStore and overriding the method
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, unfortunately, MongoDBAtlasVectorStore is encountering issues because it tries to embed all dafa of document
This causes an issue where, if pre-embedded documents or metadata with Base64-encoded images are present, it leads to exceeding the token limit of the embedding model.
Consequently, the change I want to implement is the following function.
Initially, I intended to achieve this by inheriting from MongoDBAtlasVectorStore and overriding the method
However, the necessary fields for the method call are set as private, making access difficult.
It would be helpful if they were changed to protected
Beta Was this translation helpful? Give feedback.
All reactions