非常棒的向量数据库chroma的前端管理工具
简介
Chroma-Walnut-UI是一款优秀的Chroma向量数据库前端管理工具。安装步骤包括:克隆仓库、安装Python依赖(推荐使用uv或pip)、安装前端npm依赖。运行命令为uv run python main.py,Windows用户需先通过PowerShell安装uv。项目地址:https://github.com/a605204746/Chroma-Walnut-UI。该工具简化了Chroma数据库的管理操作。
安装步骤
下载地址:https://github.com/a605204746/Chroma-Walnut-UI
安装教程
- Clone the repository
gitclone https://github.com/a605204746/Chroma-Walnut-UI.gitcdChroma-Walnut-UI- Install Python dependencies
# Using uv (recommended)uvsync# Or using pippipinstallpywebview chromadb- Install frontend dependencies
cdfrontendnpminstallcd..- Run
uv run python main.py- windows Install uv
powershell-ExecutionPolicyByPass-c"irm https://astral.sh/uv/install.ps1 | iex"6.build
# Release build (no console window)uv run python build.pyOutput per platform
Platform Output Archive
| 平台 | 目录 | 文件 |
|---|---|---|
| Windows | dist/ChromaWalnutUI/ | dist/ChromaWalnutUI-Windows.zip |
| macOS | dist/ChromaWalnutUI.app | dist/ChromaWalnutUI-macOS.dmg |
| Linux | dist/ChromaWalnutUI/ | dist/ChromaWalnutUI-Linux.tar.gz |