Metadata-Version: 2.4
Name: vectorzip
Version: 0.0.1
Summary: High-performance RAG vector compression (Coming soon)
Author-email: sergimichi <sergimichi@users.noreply.github.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy

# VectorZip

🚀 **High-performance RAG vector compression (Coming soon)**

`vectorzip` is a library designed to dramatically reduce database size and search latency in RAG systems through post-hoc spectral vector compression (TSP-DCT and Discrete Legendre projections).

## Installation

```bash
pip install vectorzip
```

*Note: This is a placeholder reservation. The full release is coming soon!*
