Skip to content

treeleaves30760/chromadb-WebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chromadb WebUI

This project aims to provide a graphical user interface (GUI) for managing Chromadb.

Usage

To get started, follow these steps:

  1. Clone the repository:

    git clone https://github.com/treeleaves30760/chromadb-WebUI.git
  2. Navigate to the project directory:

    cd chromadb-WebUI
  3. Set up and run the Python server:

    cd chromadb_module
    conda create -n chromadb_management python==3.11.9 -y
    conda activate chromadb_management
    pip install -r requirements.txt
    python server.py
  4. Set up and run the Vue frontend:

    cd chromadb-frontend
    npm install
    npm run dev

Once the server and frontend are running, you can access the Chromadb WebUI by opening your browser and navigating to http://localhost:5173.

Please note that you may need to configure the server and frontend settings according to your specific environment.

About

To management your chromadb in friendly Web UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages