v1.3.0: COMPLETE - Full Rig Integration with Production Setup

This commit is contained in:
admin
2026-02-26 12:04:51 +04:00
Unverified
parent 5455eaa125
commit f15ff46120
11 changed files with 544 additions and 27 deletions

View File

@@ -38,12 +38,9 @@ uuid = { version = "1", features = ["v4"] }
# Time
chrono = { version = "0.4", features = ["serde"] }
# Vector store (SQLite for simplicity)
# Vector store (SQLite - using single version)
rusqlite = { version = "0.31", features = ["bundled"] }
# Embeddings (using Rig's built-in)
rig-sqlite = "0.1"
[profile.release]
opt-level = 3
lto = true