Scaling Embeddings with Feast and KubeRay(feast.dev) |
Scaling Embeddings with Feast and KubeRay(feast.dev) |
You can define a Feast transformation (like text → embeddings), and Ray handles the parallelization behind the scenes. Works locally for dev, or on Kubernetes with KubeRay for serious scale.
Process millions of docs in parallel
Store embeddings directly in Feast’s online/offline stores
Query them back for RAG or feature retrieval
All open source