v0.9.0b2 - Beta Release with CI Fixes
Pre-release
Pre-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 structurelist- Display all indexes in a search servicestats- 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-admRequirements
- Python 3.11+
- Azure AI Search service
- Appropriate RBAC permissions or admin API key