rig-sqlite 0.1.5

SQLite-based vector store implementation for the rig framework
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.5]https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.4...rig-sqlite-v0.1.5 - 2025-02-17

### Other

- updated the following local packages: rig-core

## [0.1.4]https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.3...rig-sqlite-v0.1.4 - 2025-02-10

### Other

- updated the following local packages: rig-core

## [0.1.3]https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.2...rig-sqlite-v0.1.3 - 2025-01-27

### Fixed

- *(rig-sqlite)* Use tokio-rusqlite from crates.io instead of custom crate (#158)

### Other

- *(rig-sqlite)* Add integration test (#202)

## [0.1.2]https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.1...rig-sqlite-v0.1.2 - 2025-01-13

### Other

- updated the following local packages: rig-core

## [0.1.1]https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.0...rig-sqlite-v0.1.1 - 2024-12-19

### Other

- update Cargo.lock dependencies

## [0.1.0]https://github.com/0xPlaygrounds/rig/releases/tag/rig-sqlite-v0.1.0 - 2024-12-03

### Added

- Add support for Sqlite vector store ([#122]https://github.com/0xPlaygrounds/rig/pull/122)

### Fixed

- rig-sqlite missing version in Cargo.toml ([#137]https://github.com/0xPlaygrounds/rig/pull/137)
- *(rig-sqlite)* Fix missing rig-core version