Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

v0.1.2

Latest

Choose a tag to compare

@MegaGrindStone MegaGrindStone released this 05 Apr 23:57
· 15 commits to main since this release

This update expands database support with two new integrations: Redis for high-performance key-value operations and Milvus for vector similarity searches, enhancing the framework's flexibility for different data storage and retrieval requirements.

Added

  • Add Redis struct enabling integration with Redis key-value database for fast, in-memory data storage and retrieval operations.
  • Add Milvus struct for Milvus vector database integration, supporting efficient similarity searches and vector operations.