Application for managing and querying Cloudflare Vectorize indexes. Built with Tauri, Vanilla TypeScript, and Tailwind CSS.
- Index Management: Browse and manage your Cloudflare Vectorize indexes
- Data Operations: Random sampling, precise ID lookup, and semantic search
- Embedding Support: Text-to-vector conversion using @cf/baai/bge-m3
- Bulk Operations: Delete multiple vectors at once
- Real-time Statistics: View dimension and vector count information
-
Clone the repository:
git clone <repository-url> cd gui-for-cloudflare-vectorize
-
Install dependencies:
npm install
To start the development server:
npm run tauri devThis will launch the application in development mode with hot reloading enabled.
To build the application for production:
npm run tauri buildThe built application will be available in the src-tauri/target/release directory.
No Warranty: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This app is is not associated with Cloudflare.