https://github.com/weaviate-tutorials/feature-examples
Notebooks, organized by release, that have example code for new features
https://github.com/weaviate-tutorials/feature-examples
Last synced: about 1 year ago
JSON representation
Notebooks, organized by release, that have example code for new features
- Host: GitHub
- URL: https://github.com/weaviate-tutorials/feature-examples
- Owner: weaviate-tutorials
- Created: 2024-08-26T17:19:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T17:36:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T18:11:23.070Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# New Feature Examples
This repository has example [Weaviate Python client](https://weaviate.io/developers/weaviate/client-libraries/python) 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.
## v1.26 Feature Examples
These notebooks have example code for some of the Weaviate v1.26 features:
- `v1.26/async-repair.ipynb` Configure a collection to use async repair
- `v1.26/multi-target-vector-search.ipynb` Examples of multi-target search
- `v1.26/range-operator.ipynb` The rangeable index filter and a comparison experiment
- `v1.26/scalar-quantization.ipynb` Configure a collection to use scalar quantization
Not used:
- `v1.26/set-up.ipynb` Utility notebook to create sample collections