mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-13 00:02:41 +02:00
release: 0.2.4
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## Unreleased
|
## 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)
|
## Version 0.2.3 (2025-10-12)
|
||||||
- Fix changing vector dimensions on a fresh database (#3)
|
- Fix changing vector dimensions on a fresh database (#3)
|
||||||
|
|
||||||
|
|||||||
Generated
+1
-1
@@ -3292,7 +3292,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api-router",
|
"api-router",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/perstarkse/minne"
|
repository = "https://github.com/perstarkse/minne"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|||||||
Reference in New Issue
Block a user