Skip to content

v0.4.0: Redis Search Skills

Choose a tag to compare

@HosseinNejatiJavaremi HosseinNejatiJavaremi released this 25 Jul 11:08
· 20 commits to main since this release

What's Changed

New Features

  • Added Redis search skill with support for:
    • Full-text search (RediSearch module)
    • Vector search for embeddings/AI
    • Search caching patterns
  • Skill provides scaffolding for domain adapters under repositories/{domain}/adapters/

Technical Details

  • Follows ArchiPy adapter patterns
  • Supports both sync and async implementations
  • Includes DI wiring guidelines
  • Maintains separation of concerns with business logic in logics, not adapters

Full Changelog: https://github.com/your-org/archipy-plugin/compare/v0.3.0...v0.4.0