JoinTheAlliance / bgent

Flexible, scalable and customizable agents to do your bidding.
https://bgent.org
69 stars 15 forks source link

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

Closed lalalune closed 3 months ago

lalalune commented 4 months ago

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

sshivaditya2019 commented 3 months ago

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