release: 0.2.4

This commit is contained in:
Per Stark
2025-10-15 09:09:35 +02:00
parent cb7f625b81
commit 2964f1a5a5
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# Changelog
## Unreleased
## Version 0.2.4 (2025-10-15)
- Improved retrieval performance. Ingestion and chat now utilizes full text search, vector comparison and graph traversal.
- Ingestion task archive
## Version 0.2.3 (2025-10-12)
- Fix changing vector dimensions on a fresh database (#3)

2
Cargo.lock generated
View File

@@ -3292,7 +3292,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "main"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"anyhow",
"api-router",

View File

@@ -1,6 +1,6 @@
[package]
name = "main"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
repository = "https://github.com/perstarkse/minne"
license = "AGPL-3.0-or-later"