superlinked / VectorHub

VectorHub is a free, open-source learning website for people (software developers to senior ML architects) interested in adding vector retrieval to their ML stack.
https://superlinked.com/vectorhub/
Other
416 stars 99 forks source link

Vespa has multinode support using bucket distribution #369

Closed kkraune closed 4 months ago

kkraune commented 4 months ago

Ref discussion on LinkedIn:

Vespa distributes the index over multiple machines, ref https://docs.vespa.ai/en/elasticity.html - but in a more sophisticated way than shards as found in other platforms. So maybe "distributed index" is a better name. If you keep "Sharding", it is more correct to put a green check on Vespa than not, as Vespa supports index distribution.

dhruv-anand-aintech commented 4 months ago

looks good. Thanks!