Commit Graph

8 Commits

Author SHA1 Message Date
f1b163040c feat: bump version to 0.1.7 and add futures-core and futures-util dependencies 2026-01-02 14:53:42 +01:00
af76a66786 feat: bump version to 0.1.6 and add new features
- Updated Cargo.toml to version 0.1.6 and added new features: `http`, `sessions-db`, `ai`, and `broker-nats`.
- Introduced `FastEmbedAdapter` for generating text embeddings using the `fastembed` crate.
- Added `QdrantAdapter` for interacting with Qdrant vector database.
- Implemented a message broker trait and a NATS broker for asynchronous message publishing and subscribing.
- Created HTTP server middleware for CORS and session management.
- Added session store implementation with support for both PostgreSQL and SQLite.
- Organized module structure by creating new modules for AI, broker, and HTTP functionalities.
2026-01-02 14:35:14 +01:00
667cae596c Bump version to 0.1.5 and add database pool accessors for SQLite and Postgres 2026-01-02 13:45:55 +01:00
c70a1eb443 Bump version to 0.1.4 and improve DatabaseConfig default implementation 2026-01-02 13:40:45 +01:00
c783323b69 Bump version to 0.1.3 and enhance DatabaseConfig with min_connections and new methods 2026-01-02 13:30:28 +01:00
3772721cdf Bump version to 0.1.2 and refactor database connection handling 2026-01-02 05:55:15 +01:00
bda288362a Bump version to 0.1.1 2026-01-02 05:43:13 +01:00
0057613308 init 2026-01-02 05:15:25 +01:00