v5.0.0 - [retracted]
v5.0.0 is a major release which adds support for features in Weaviate 1.29🌮
models.Vector has changed from []float32 to interface{} to accommodate multi-dimensional vectors (ColBERT).
Prefer v5.0.1 or the current latest release version.
What's Changed
- Add support for ColBERT embeddings by @antas-marcin in #250
- Update mapping of batch insert vectors to new server impl by @tsmith023 in #253
- Align New with NewClient by @taigrr in #252
- Adjust gRPC API vector type by @antas-marcin in #254
- feat: RBAC Support by @bevzzz in #255
New Contributors
Full Changelog: v4.16.1...v5.0.0