Launching today
Weaviate Manager
Native GraphQL GUI to explore and manage Weaviate data
11 followers
Native GraphQL GUI to explore and manage Weaviate data
11 followers
Weaviate Manager is a native GraphQL GUI client for Weaviate databases. This launch (v0.1.4) introduces a configurable CSV export dialog with field picker and encoding options, a full-screen onboarding overlay for first-time users, and an interactive 4-step feature tour. It also fixes critical data loading bugs by migrating all queries to raw GraphQL for broader Weaviate version compatibility, and adds dedicated pages for connection management and multimodal search.






The raw GraphQL switch was a smart move for compatibility. One thing that would help me a lot is a saved queries panel, so I can bookmark frequently used GraphQL queries with their variables and reload them with one click. Would save a ton of typing when jumping between similar searches.
Saved query history would be a great add here, somewhere you can star or label the GraphQL queries you run often and reload them in one click. Makes a real difference when you're jumping between the same handful of filters during testing.
been looking for something like this for a while, super useful for our team. one thing that would be a huge help though - a way to save and reuse query templates, maybe with parameters. like if i'm running similar searches across different schemas, having presets would save a ton of time.
The raw GraphQL migration is a smart move for compatibility. One thing I'd love to see is query history with the ability to re-run or fork past queries, maybe with a small diff view so I can iterate on filters without losing what already worked.
the raw GraphQL migration is a really thoughtful call, especially for teams running older Weaviate versions. love that you prioritized compatibility over the easier ORM path.