diff --git a/Cargo.lock b/Cargo.lock index 959019b4..51657320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7931,7 +7931,7 @@ checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" [[package]] name = "rig-core" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "assert_fs", @@ -7971,7 +7971,7 @@ dependencies = [ [[package]] name = "rig-eternalai" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "ethers", @@ -7987,7 +7987,7 @@ dependencies = [ [[package]] name = "rig-fastembed" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "fastembed", @@ -8001,7 +8001,7 @@ dependencies = [ [[package]] name = "rig-lancedb" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "arrow-array", @@ -8016,7 +8016,7 @@ dependencies = [ [[package]] name = "rig-mongodb" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "futures", @@ -8033,7 +8033,7 @@ dependencies = [ [[package]] name = "rig-neo4j" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "futures", @@ -8052,7 +8052,7 @@ dependencies = [ [[package]] name = "rig-postgres" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "dotenvy", @@ -8073,7 +8073,7 @@ dependencies = [ [[package]] name = "rig-qdrant" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "httpmock", @@ -8088,7 +8088,7 @@ dependencies = [ [[package]] name = "rig-sqlite" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "chrono", @@ -8107,7 +8107,7 @@ dependencies = [ [[package]] name = "rig-surrealdb" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "rig-core", diff --git a/rig-core/CHANGELOG.md b/rig-core/CHANGELOG.md index c39c1bc0..59063bee 100644 --- a/rig-core/CHANGELOG.md +++ b/rig-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.9.1...rig-core-v0.10.0) - 2025-03-04 + +### Other + +- support svg ([#333](https://github.com/0xPlaygrounds/rig/pull/333)) + ## [0.9.1](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.9.0...rig-core-v0.9.1) - 2025-03-03 ### Added diff --git a/rig-core/Cargo.toml b/rig-core/Cargo.toml index 7b080b65..d0f37d73 100644 --- a/rig-core/Cargo.toml +++ b/rig-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-core" -version = "0.9.1" +version = "0.10.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/rig-eternalai/CHANGELOG.md b/rig-eternalai/CHANGELOG.md index b221be89..9887a9ff 100644 --- a/rig-eternalai/CHANGELOG.md +++ b/rig-eternalai/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/0xPlaygrounds/rig/compare/rig-eternalai-v0.2.2...rig-eternalai-v0.2.3) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-eternalai-v0.2.1...rig-eternalai-v0.2.2) - 2025-03-03 ### Other diff --git a/rig-eternalai/Cargo.toml b/rig-eternalai/Cargo.toml index 96259459..afbabac2 100644 --- a/rig-eternalai/Cargo.toml +++ b/rig-eternalai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-eternalai" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MIT" readme = "README.md" @@ -8,7 +8,7 @@ description = "EternalAI model provider Rig integration." repository = "https://github.com/0xPlaygrounds/rig" [dependencies] -rig-core = { path = "../rig-core", version = "0.9.1" } +rig-core = { path = "../rig-core", version = "0.10.0" } ethers = "2.0.14" reqwest = { version = "0.11.22", features = ["json"] } serde = { version = "1.0.193", features = ["derive"] } diff --git a/rig-fastembed/CHANGELOG.md b/rig-fastembed/CHANGELOG.md index 40ef83d5..1488ce4a 100644 --- a/rig-fastembed/CHANGELOG.md +++ b/rig-fastembed/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.1.2...rig-fastembed-v0.1.3) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.1.2](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.1.1...rig-fastembed-v0.1.2) - 2025-03-03 ### Other diff --git a/rig-fastembed/Cargo.toml b/rig-fastembed/Cargo.toml index 35ac0bb7..c1a5a3a1 100644 --- a/rig-fastembed/Cargo.toml +++ b/rig-fastembed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-fastembed" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT" readme = "README.md" @@ -8,7 +8,7 @@ description = "Rig vector store index integration for Fastembed. https://github. repository = "https://github.com/0xPlaygrounds/rig" [dependencies] -rig-core = { path = "../rig-core", version = "0.9.1" } +rig-core = { path = "../rig-core", version = "0.10.0" } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" tracing = "0.1.40" diff --git a/rig-lancedb/CHANGELOG.md b/rig-lancedb/CHANGELOG.md index 63b70111..810711e6 100644 --- a/rig-lancedb/CHANGELOG.md +++ b/rig-lancedb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.6...rig-lancedb-v0.2.7) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.2.6](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.5...rig-lancedb-v0.2.6) - 2025-03-03 ### Other diff --git a/rig-lancedb/Cargo.toml b/rig-lancedb/Cargo.toml index 95f2311a..b17cacbf 100644 --- a/rig-lancedb/Cargo.toml +++ b/rig-lancedb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-lancedb" -version = "0.2.6" +version = "0.2.7" edition = "2021" license = "MIT" readme = "README.md" @@ -9,7 +9,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] lancedb = "0.10.0" -rig-core = { path = "../rig-core", version = "0.9.1" } +rig-core = { path = "../rig-core", version = "0.10.0" } arrow-array = "52.2.0" serde_json = "1.0.128" serde = "1.0.210" diff --git a/rig-mongodb/CHANGELOG.md b/rig-mongodb/CHANGELOG.md index c2eeab2a..529c025c 100644 --- a/rig-mongodb/CHANGELOG.md +++ b/rig-mongodb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.2.6...rig-mongodb-v0.2.7) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.2.6](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.2.5...rig-mongodb-v0.2.6) - 2025-03-03 ### Other diff --git a/rig-mongodb/Cargo.toml b/rig-mongodb/Cargo.toml index f3d7973b..a4be53ba 100644 --- a/rig-mongodb/Cargo.toml +++ b/rig-mongodb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-mongodb" -version = "0.2.6" +version = "0.2.7" edition = "2021" license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] futures = "0.3.30" mongodb = "3.1.0" -rig-core = { path = "../rig-core", version = "0.9.1" } +rig-core = { path = "../rig-core", version = "0.10.0" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" tracing = "0.1.40" diff --git a/rig-neo4j/CHANGELOG.md b/rig-neo4j/CHANGELOG.md index 2c2c9dc1..ff0a993f 100644 --- a/rig-neo4j/CHANGELOG.md +++ b/rig-neo4j/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.2.6...rig-neo4j-v0.2.7) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.2.6](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.2.5...rig-neo4j-v0.2.6) - 2025-03-03 ### Other diff --git a/rig-neo4j/Cargo.toml b/rig-neo4j/Cargo.toml index cd521969..28da5b47 100644 --- a/rig-neo4j/Cargo.toml +++ b/rig-neo4j/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-neo4j" -version = "0.2.6" +version = "0.2.7" edition = "2021" license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] futures = "0.3.30" neo4rs = "0.8.0" -rig-core = { path = "../rig-core", version = "0.9.1" } +rig-core = { path = "../rig-core", version = "0.10.0" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" tracing = "0.1.40" diff --git a/rig-postgres/CHANGELOG.md b/rig-postgres/CHANGELOG.md index e9c29a42..1adbdb73 100644 --- a/rig-postgres/CHANGELOG.md +++ b/rig-postgres/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.1.4...rig-postgres-v0.1.5) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.1.4](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.1.3...rig-postgres-v0.1.4) - 2025-03-03 ### Other diff --git a/rig-postgres/Cargo.toml b/rig-postgres/Cargo.toml index 010f3fc6..05a8e9d5 100644 --- a/rig-postgres/Cargo.toml +++ b/rig-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-postgres" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "PostgreSQL-based vector store implementation for the rig framework" license = "MIT" @@ -8,7 +8,7 @@ readme = "README.md" repository = "https://github.com/0xPlaygrounds/rig" [dependencies] -rig-core = { path = "../rig-core", version = "0.9.1", features = ["derive"] } +rig-core = { path = "../rig-core", version = "0.10.0", features = ["derive"] } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" diff --git a/rig-qdrant/CHANGELOG.md b/rig-qdrant/CHANGELOG.md index 81feef27..37e9ab05 100644 --- a/rig-qdrant/CHANGELOG.md +++ b/rig-qdrant/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.1.9...rig-qdrant-v0.1.10) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.1.9](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.1.8...rig-qdrant-v0.1.9) - 2025-03-03 ### Added diff --git a/rig-qdrant/Cargo.toml b/rig-qdrant/Cargo.toml index 0795fec4..13060af2 100644 --- a/rig-qdrant/Cargo.toml +++ b/rig-qdrant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-qdrant" -version = "0.1.9" +version = "0.1.10" edition = "2021" license = "MIT" readme = "README.md" @@ -8,7 +8,7 @@ description = "Rig vector store index integration for Qdrant. https://qdrant.tec repository = "https://github.com/0xPlaygrounds/rig" [dependencies] -rig-core = { path = "../rig-core", version = "0.9.1" } +rig-core = { path = "../rig-core", version = "0.10.0" } serde_json = "1.0.128" serde = "1.0.210" qdrant-client = "1.13.0" diff --git a/rig-sqlite/CHANGELOG.md b/rig-sqlite/CHANGELOG.md index 38274ead..230b8226 100644 --- a/rig-sqlite/CHANGELOG.md +++ b/rig-sqlite/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.6...rig-sqlite-v0.1.7) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.1.6](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.5...rig-sqlite-v0.1.6) - 2025-03-03 ### Other diff --git a/rig-sqlite/Cargo.toml b/rig-sqlite/Cargo.toml index 15ef6fc1..fe65bf73 100644 --- a/rig-sqlite/Cargo.toml +++ b/rig-sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-sqlite" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "SQLite-based vector store implementation for the rig framework" license = "MIT" @@ -9,7 +9,7 @@ license = "MIT" doctest = false [dependencies] -rig-core = { path = "../rig-core", version = "0.9.1", features = ["derive"] } +rig-core = { path = "../rig-core", version = "0.10.0", features = ["derive"] } rusqlite = { version = "0.32", features = ["bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/rig-surrealdb/CHANGELOG.md b/rig-surrealdb/CHANGELOG.md index bfb0c0de..125fd489 100644 --- a/rig-surrealdb/CHANGELOG.md +++ b/rig-surrealdb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.1.1...rig-surrealdb-v0.1.2) - 2025-03-04 + +### Other + +- updated the following local packages: rig-core + ## [0.1.1](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.1.0...rig-surrealdb-v0.1.1) - 2025-03-03 ### Other diff --git a/rig-surrealdb/Cargo.toml b/rig-surrealdb/Cargo.toml index f160c9fc..75b18b45 100644 --- a/rig-surrealdb/Cargo.toml +++ b/rig-surrealdb/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "rig-surrealdb" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "SurrealDB vector store implementation for the rig framework" license = "MIT" [dependencies] surrealdb = { version = "2.1.4", features = ["protocol-ws", "kv-mem"] } -rig-core = { path = "../rig-core", version = "0.9.1", features = ["derive"] } +rig-core = { path = "../rig-core", version = "0.10.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tracing = "0.1"