JoinTheAlliance/bgent

Remove empty [0...0] vectors for messages

Closed this issue · 1 comments

We are storing 3072 zero-dim vectors for messages, which we are currently not vectorizing. We should set these to be null.

image
It might be better to store them as zero vectors.