-
there is two case I'm working with Qdrant:
So the plan is: scan all points, then batch by batch get point value, then push it back:
is that a good strategy? do I have any better solution to generate new vector? I would like to have a new article from qdrant team to guide us to generate spare vector or changing new embedding vector from current data |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@hiepxanh Hi 👋 I think your strategy is the right way. Doing incremental scrolling with transfer into a new collection with batch upload points. You can play with the scroll/batch size for better performance. |
Beta Was this translation helpful? Give feedback.
@hiepxanh Hi 👋
I think your strategy is the right way.
Doing incremental scrolling with transfer into a new collection with batch upload points.
You can play with the scroll/batch size for better performance.