top | item 39415598

(no title)

JimmyAustin | 2 years ago

The model they use (BAAI/bge-small-en-v1.5) produces embeddings 384 wide, at float32 that equals 1536 bytes each. The size of all the vectors for 100 items is 153kb. Calculating the dot product of that against a query will be under measured in nano seconds, even with a naive implementation.

discuss

order

cheesyFishes|2 years ago

This is actually what llama-index does if you don't use a vectordb integration