Skip to content

Commit

Permalink
DR-474 create blog post skeleton (#2253)
Browse files Browse the repository at this point in the history
* DR-474 create blog release notes skeleton

* bold city

* include

* include not showing up

* solved
  • Loading branch information
daveatweaviate authored Jun 27, 2024
1 parent 2113638 commit a5cccf2
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/what-next.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Ready to start building?

Check out [the Quickstart tutorial](/developers/weaviate/quickstart), and begin building amazing apps with the free trial of [Weaviate Cloud (WCD)](https://console.weaviate.cloud/).
Check out the [Quickstart tutorial](/developers/weaviate/quickstart), or build amazing apps with a free trial of [Weaviate Cloud (WCD)](https://console.weaviate.cloud/).

import CommunityPanel from '/src/components/CommunityPanel';

Expand Down
52 changes: 52 additions & 0 deletions blog/2024-07-09-weaviate-1-26-release/_core-1-26-include.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Weaviate `1.26` is here!

Here are the release ⭐️*highlights*⭐️!

![Weaviate 1.26](./img/hero.png)

- [**Improved Range Queries**](#improved-range-queries)
- [**Async Replication**](#async-replication)
- [**Module improvements**](#module-improvements)
- [**Multi target vector**](#multi-target-vector)
- [**Tenant offload to cloud storage**](#tenant-offload-to-cloud-storage)
- [**Async Python Implementation**](#async-python-implementation)
- [**Scalar Quantization**](#scalar-quantization)
- [**Dashboards for async indexes**](#dashboards-for-async-indexes)

## Improved Range Queries

Cool stuff goes here

## Async Replication

Cool stuff goes here

## Module improvements

Cool stuff goes here

## Multi target vector

Cool stuff goes here

## Tenant offload to cloud storage

Cool stuff goes here

## Async Python Implementation

Cool stuff goes here

## Scalar Quantization

Cool stuff goes here

## Dashboards for async indexes

Cool stuff goes here

## Summary

Enjoy the new features and improvements in Weaviate `1.26`. This release is available as a docker image and is coming soon to Weaviate Cloud [WCD](https://console.weaviate.cloud/).

Thanks for reading, see you next time 👋!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions blog/2024-07-09-weaviate-1-26-release/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Weaviate 1.26 Release
slug: weaviate-1-26-release
authors: [jp, dave, zain]
date: 2024-07-09
image: ./img/hero.png
tags: ['release', 'engineering']
description: "Weaviate 1.26 is released! Updates include ..."

---

import Core126 from './_core-1-26-include.mdx';

<Core126 />

import WhatsNext from '/_includes/what-next.mdx'

<WhatsNext />
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Weaviate 1.20.0
sidebar_position: 25
sidebar_position: 95
image: og/docs/modules/custom-modules.jpg
tags: ['release', 'engineering']
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Weaviate 1.21.0
sidebar_position: 20
sidebar_position: 94
image: og/docs/modules/custom-modules.jpg
tags: ['release', 'engineering']
---
Expand Down
2 changes: 1 addition & 1 deletion developers/weaviate/release-notes/release_1_24.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Weaviate 1.24.0
sidebar_position: 5
sidebar_position: 9
image: og/docs/modules/custom-modules.jpg
tags: ['release', 'engineering']
---
Expand Down
2 changes: 1 addition & 1 deletion developers/weaviate/release-notes/release_1_25.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Weaviate 1.25.0
sidebar_position: 4
sidebar_position: 8
image: og/docs/modules/custom-modules.jpg
tags: ['release', 'engineering']
---
Expand Down
10 changes: 10 additions & 0 deletions developers/weaviate/release-notes/release_1_26.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Weaviate 1.26.0
sidebar_position: 7
image: og/docs/modules/custom-modules.jpg
tags: ['release', 'engineering']
---

import Core126 from '/blog/2024-07-09-weaviate-1-26-release/_core-1-26-include.mdx' ;

<Core126 />

0 comments on commit a5cccf2

Please sign in to comment.