Skip to content

v0.9.0b2 - Beta Release with CI Fixes

Pre-release
Pre-release

Choose a tag to compare

@domibies domibies released this 10 Sep 09:18
· 1 commit to main since this release

🔧 Beta 2 Release - CI/CD Fixes

Second beta release with important CI/CD pipeline fixes.

What's Fixed

  • CI/CD Pipeline: Resolved Black formatting inconsistencies across Python versions (3.11, 3.12, 3.13)
  • Code Quality: Fixed line length issues and linting configuration
  • Dependencies: Aligned Black version to 25.1.0 for consistent formatting

Features (unchanged from b1)

  • duplicate - Copy index definitions between services (schema only, no documents)
  • clear - Remove all documents from an index while preserving structure
  • list - Display all indexes in a search service
  • stats - Show index statistics including document count and storage usage

Installation

# Run without installation (beta)
uvx --pre ai-search-adm --help
pipx run --spec ai-search-adm==0.9.0b2 ai-search-adm --help

# Or install globally (beta)
pip install --pre ai-search-adm
pipx install --pip-args="--pre" ai-search-adm

Requirements

  • Python 3.11+
  • Azure AI Search service
  • Appropriate RBAC permissions or admin API key

⚠️ Beta Release: This is pre-release software. Report issues at https://github.com/domibies/ai-search-adm/issues