▲ | snoman 9 days ago | |||||||
Take whatever you're indexing and make it 16-20x and that’s a good approximation of what the vector db’s total size is going to be. | ||||||||
▲ | jononor 8 days ago | parent [-] | |||||||
Why is it like that, currently? There is no information added by a vector index compared to the original text. And the text is highly redundant and compressible with even lossless functions. Furthermore a vector index is already lossy and approximate. So conceptually it is at least possible to have an index that would be a fraction of the size of what is indexed? | ||||||||
|