Materialize API
Instant data materialization from any source directly into .cvc optimized formats.
Eliminate CPU bottlenecks. Compress embeddings by 4x and decompress them directly in VRAM with zero latency penalty.
# 1. Install Library
pip install decompressed[gpu]
# 2. Pack Heterogeneous Data
pack_cvc(
embeddings,
"data.cvc",
compression="int8"
)
# 3. Direct GPU Decompression
vectors = load_cvc(
"data.cvc",
device="cuda"
)Instant data materialization from any source directly into .cvc optimized formats.
Auto-scaling GPU instances for high-throughput batch decompression.
Load only specific columns or sections. 5x faster than standard loading.
Enterprise-grade usage tracking and billing integration for multi-tenant apps.
Framework agnostic. Works with NumPy, PyTorch, CuPy, and pure C++.
Native batching helpers for Pinecone, Weaviate, Milvus, and Faiss.
Zero-copy memory mapping ensures your GPU is never waiting for the disk.
Native INT8 quantization kernels optimized for modern GPU architectures.