This repository has example Weaviate Python client code for new Weaviate core features.
When a new version of Weaviate core database is released, new client examples are added to a directory that corresponds to the release.
These notebooks have example code for some of the Weaviate v1.26 features:
v1.26/async-repair.ipynb
Configure a collection to use async repairv1.26/multi-target-vector-search.ipynb
Examples of multi-target searchv1.26/range-operator.ipynb
The rangeable index filter and a comparison experimentv1.26/scalar-quantization.ipynb
Configure a collection to use scalar quantization
Not used:
v1.26/set-up.ipynb
Utility notebook to create sample collections