v4.7.0
What's Changed
- Update Ollama module docstrings by @databyjp in #1091
- Export submodules to ease usage of
weaviate.outputs
by @tsmith023 in #1098 - VoyageAI new embedding and rerank models by @fzowl in #1103
- Add missing
py.typed
file for type checking usage by @tsmith023 in #1112 - Update multi_tenancy docstring by @databyjp in #1115
- Fix logic when parsing str tenant args for .create and .remove by @tsmith023 in #1118
- Validate named vectors for duplicates on
collections.create
by @tsmith023 in #1119 - Fix batch retry with tenants in v3 by @dirkkul in #1122
- Merge in v3 240624 by @dirkkul in #1124
- Refactor batch results storage and publishing by @tsmith023 in #1121
- Adds support for enabling and disabling async replication in schema by @jeroiraz in #1105
- Implement client features for tenant offloading by @tsmith023 in #1132
- Scalar Quantization by @trengrj in #1110
- Fix typo in m2v method parameters by @databyjp in #1073
- Named vector multi search by @dirkkul in #1071
- Introduce logging of partial batch errors by @tsmith023 in #1141
- Fix GQL injection vulnerability by @tsmith023 in #1134
- Add generative Anthropic module integration by @cdpierse in #1149
- Custom vectorizers by @dirkkul in #1152
- Add validation for types that are not installed by @dirkkul in #1145
- Dev/split create update tenant models by @tsmith023 in #1150
- Fix year zero in dates by @dirkkul in #1153
- Propose further wording change by @databyjp in #1156
- Add support for the kagome_kr tokenizer by @databyjp in #1157
- Add support for range filters by @dirkkul in #1159
- Hybrid search vector per target by @dirkkul in #1160
- Update tenant names by @dirkkul in #1161
- Introduce
WeaviateAsyncClient
as async alternative toWeaviateClient
by @tsmith023 in #1007 - 20240708/docstring typos by @databyjp in #1166
- Fix node status for timeout nodes by @dirkkul in #1169
- Fix updating quantizers between
pq
,bq
, andsq
withhnsw
index by @tsmith023 in #1171 - Ignore
BlockingIOError
error logs emitted byaio.grpc
in event loops by @tsmith023 in #1180 - Ensure all query stubs are aligned with new impl API surface by @tsmith023 in #1181
- Dont add references if the .to object has not been added yet by @dirkkul in #1182
- Fix logic for logging errors in batch by @tsmith023 in #1183
- Make moduleconfig optional for custom reranker/generative by @dirkkul in #1187
- Send
tenants.update
requests in batches of 100 by @tsmith023 in #1192 - Support
v1.26
features and introduceWeaviateAsyncClient
by @tsmith023 in #1133
New Contributors
Full Changelog: v4.6.4...v4.7.0