I believe there is a bug in object replace.
I have a collection that contains both vectorized and non-vectorized fields (set with skip_vectorization=True
). When I call collection.data.replace
, the object will only update if I change at least one of the vectorized fields. If I perform a replace changing only non-vectorized fields, no update happens.
Server Setup Information
- Weaviate Server Version: 1.25.6 (local) & 1.25.7 (WCS)
- Deployment Method: local docker & WCS
- Multi Node? Number of Running Nodes: 1
- Client Language and Version: Python 4.6.5
- Multitenancy?: Yes