chromadb-admin icon indicating copy to clipboard operation
chromadb-admin copied to clipboard

Admin UI for Chroma embedding database built with Next.js

Results 3 chromadb-admin issues
Sort by recently updated
recently updated
newest added

I am getting dependency errors on `npm install`. Any ideas? ``` ╰─❯ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR!...

Description: Currently, the Chroma DB UI allows users to view and manage documents, but it lacks the capability to delete documents directly from the UI. This feature is crucial for...

I set up a chroma docker server, i would like to be able to use chromadb-admin with it. But since i added auth header and api to my chromadb, when...