Replies: 1 comment 1 reply
-
byeteStore is not working for me(Javascript version), do I need to migrate to TypeScript?
I am getting this error when I removed the type and run my code for MultiVectorRetriever
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the thinking behind this deprecation?
I don't want to store my documents in byte format.
I would like to be able to read them and their metadata in the docstore I am creating for MongoDB. I see from the source that, at the moment, when a
byteStore
is passed in toMultiVectorRetriever
, a plain old store is created to proxy the byte store!So the is the purpose of this?
Beta Was this translation helpful? Give feedback.
All reactions