www.youtube.com/watch?v=haoA...
www.youtube.com/watch?v=haoA...
Es wird bis zu 6-mal weniger Speicher benötigt, während die Verarbeitungsgeschwindigkeit um das 8-fache steigen kann.
research.google/blog/turboqu...
Es wird bis zu 6-mal weniger Speicher benötigt, während die Verarbeitungsgeschwindigkeit um das 8-fache steigen kann.
research.google/blog/turboqu...
https://gigazine.net/news/20260428-turboquant-a-first-principles-walkthrough/
https://gigazine.net/news/20260428-turboquant-a-first-principles-walkthrough/
Their new compression algorithm that reduces LLM key-value cache memory by at least 6x and delivers up to 8x speedup, all with zero accuracy loss, redefining AI efficiency.
research.google/blog/turboqu...
Their new compression algorithm that reduces LLM key-value cache memory by at least 6x and delivers up to 8x speedup, all with zero accuracy loss, redefining AI efficiency.
research.google/blog/turboqu...
github.com/RyanCodrai/t...
github.com/RyanCodrai/t...
Here is a v0.0.1 version of PolarQuant; 2/3 of TurboQuant specifically for embeddings and cosine similarity— the fancy QJL was found to reduce accuracy for this specific use case
github.com/oaustegard/p...
To be continued…
Here is a v0.0.1 version of PolarQuant; 2/3 of TurboQuant specifically for embeddings and cosine similarity— the fancy QJL was found to reduce accuracy for this specific use case
github.com/oaustegard/p...
To be continued…
www.mariehaynes.com/turboquant-h...
www.mariehaynes.com/turboquant-h...
https://gigazine.net/news/20260413-google-turboquant-ram-crisis/
https://gigazine.net/news/20260413-google-turboquant-ram-crisis/
Ring Fighter 2 Turbo.
Ring Fighter 2 Turbo.
Faster embedding: Ragi("./docs", config={"embedding": {"backend": "onnx"}})
Less mem for vector storage: Ragi("./docs", store=QdrantStore(quantization="turboquant"))
pypi.org/project/pira...
#RAG #Python #ONNX #Qdrant #TurboQuant #OpenSource
Faster embedding: Ragi("./docs", config={"embedding": {"backend": "onnx"}})
Less mem for vector storage: Ragi("./docs", store=QdrantStore(quantization="turboquant"))
pypi.org/project/pira...
#RAG #Python #ONNX #Qdrant #TurboQuant #OpenSource
With TQ4 quantization on a pair with full precision for recall accuracy while significantly less disk footprint and the same latency.
#OpenSource MIT lic
#AI #RAG #SLM #Embeddings
With TQ4 quantization on a pair with full precision for recall accuracy while significantly less disk footprint and the same latency.
#OpenSource MIT lic
#AI #RAG #SLM #Embeddings
weirdly, this works for both KV-cache and vector DBs
the gist is they convert from cartesian coordinate vectors into polar coordinates, and since they’re always normalized to 1.0, they drop the magnitude too
research.google/blog/turboqu...
weirdly, this works for both KV-cache and vector DBs
the gist is they convert from cartesian coordinate vectors into polar coordinates, and since they’re always normalized to 1.0, they drop the magnitude too
research.google/blog/turboqu...
github.com/oaustegard/r... is a Python and Mojo for just that purpose.
github.com/oaustegard/r... is a Python and Mojo for just that purpose.