-
Notifications
You must be signed in to change notification settings - Fork 12
[v1.34] Release docs #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[v1.34] Release docs #216
Conversation
[v1.34] ACORN filtering by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
[v1.34] Server-side batching
[v1.34] Metrics updates
| on. For example if the granularity is "shard", you could aggregate all "shard" | ||
| metrics of the same "class" to obtain a class metrics, or aggregate all metrics | ||
| to obtain the metric for the entire Weaviate instance. | ||
| Be aware that metrics do not follow the semantic versioning guidelines of other Weaviate features. Weaviate's main APIs are stable and breaking changes are extremely rare. Metrics, however, have shorter feature lifecycles. It can sometimes be necessary to introduce an incompatible change or entirely remove a metric, for example, because the cost of observing a specific metric in production has grown too high. As a result, it is possible that a Weaviate minor release contains a breaking change for the Monitoring system. If so, it will be clearly highlighted in the release notes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could add a link to what we mean by "Release notes" at the end. I assume we mean these? https://github.com/weaviate/weaviate/tags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good point, will link to this page: https://github.com/weaviate/weaviate/releases
| This means that the feature is still under development and may change in future releases, including potential breaking changes. | ||
| **We do not recommend using this feature in production environments at this time.** | ||
| **8-bit Rotational quantization (RQ)** for the HNSW vector index was added in **`v1.32`**.<br/> | ||
| **8-bit Rotational quantization (RQ)** for the flat vector index was added in **`v1.34`** as a **preview** and should not be used in production.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given this is a warning not to use, imo this could be a separate :::caution::: admonition imho.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, I didn't want to overuse the admonitions, but it is important enough
| :::info Added in `v1.33` and `v1.34` | ||
|
|
||
| **1-bit Rotational quantization (RQ)** for the HNSW vector index was added in **`v1.33`**.<br/> | ||
| **1-bit Rotational quantization (RQ)** for the flat vector index was added in **`v1.34`** as a **preview** and should not be used in production.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given this is a warning not to use, imo this could be a separate :::caution::: admonition imho.
| This means that the feature is still under development and may change in future releases, including potential breaking changes. | ||
| **We do not recommend using this feature in production environments at this time.** | ||
| **1-bit Rotational quantization (RQ)** for the HNSW vector index was added in **`v1.33`**.<br/> | ||
| **1-bit Rotational quantization (RQ)** for the flat vector index was added in **`v1.34`** as a **preview** and should not be used in production.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given this is a warning not to use, imo this could be a separate :::caution::: admonition imho.
Add Contextual AI doc draft
What's being changed:
Release docs for Weaviate
v1.34.0:Type of change:
How has this been tested?
yarn start