Skip to content

Is there any support for compression? #232

Answered by ashvardanian
kesavkolla asked this question in Q&A
Discussion options

You must be logged in to vote

It can, but it doesn't by design. General-purpose compression is much slower than modern IO's speed and less efficient than application-specific compression. It can't be implemented as a zero-cost feature. So we leave it to the user to call his favorite compression library before passing us the values if he needs to.

This, however, doesn't mean that specialized Modalities won't have their compression. We are evaluating options for various compression algorithms for graphs and document collections.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ashvardanian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants