Releases: Shah91n/WeavyAdmin
Releases · Shah91n/WeavyAdmin
v1.1.0
What's New
Search Feature
- BM25 Search — keyword-based full-text search
- Vector Similarity Search — semantic nearest-neighbour search using vectors
- Hybrid Search — combined BM25 + vector search
- Multi-tenant aware: prompts for tenant selection when MT is enabled on a collection
- Search type picker dialog to choose between BM25 / Vector / Hybrid before opening a tab
v1.0.0
WeavyAdmin, a desktop admin console for Weaviate vector database clusters.
Features
- Collections & Schema & Objects & Data & Aggregations — fully managed
- Cluster — node health, shard distribution, server meta, enabled modules, backups, RAFT statistics
- Diagnostics — cluster health checks, shard consistency, compression audit, replication audit
- Shards — shard status, bulk ready/readonly reset, shard rebalancer — compute and apply balance plans, COPY/MOVE individual shards, monitor and cancel in-flight replication operations
- RBAC — fully managed
- Multi-Tenancy — tenant lookup, MT report, tenant activity tracking
- Request Log — live capture of every HTTP/gRPC Weaviate client call — method, status, collection, tenant, object ID, path — to understand what the server is doing upon each call
- Infrastructure — pod log explorer, RBAC audit log, StatefulSet overview, pod pprof profiling — goroutine dump, Claude AI analysis, multi-profile capture (cpu/heap/allocs/goroutine/mutex/fgprof)
- Query Agent — cloud users only for now