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.
This commit is contained in:
2026-01-02 14:35:14 +01:00
parent 667cae596c
commit af76a66786
12 changed files with 3175 additions and 41 deletions

2841
Cargo.lock generated

File diff suppressed because it is too large Load Diff