[BUG]: no way to upload a document to chromadb through vector admin #68

Open
opened 2026-02-15 16:29:57 -05:00 by yindo · 4 comments
Owner

Originally created by @flefevre on GitHub (Apr 13, 2024).

How are you running VectorAdmin?

Docker (local)

What happened?

I have setup an instance of chromadb and one of vector admin
The vector admin is able to create collection in chromadb
but when i tried to upload a simple pdf i got an error in the log of vector admin.

I do not know if there is a discord vector admin community?

vectoradmin | {"level":"info","caller":"runner","event":"chroma/addDocument","id":"01HVCA6FJW83B5ZRW1W4ZFMX5V","time":"2024-04-13T18:06:00Z","message":"received message"}
vectoradmin | {"level":"info","caller":"runner","event":"chroma/addDocument","id":"01HVCA6FJW83B5ZRW1W4ZFMX5V","function_id":"9fb5df21-8b49-521f-9b2f-33ad895e6f70","function":"Add and Embed documents into ChromaDB","time":"2024-04-13T18:06:00Z","message":"initializing fn"}
vectoradmin | Chunks created from document: 5
vectoradmin | addDocumentToNamespace Request failed with status code 401

Are there known steps to reproduce?

-create a chromadb not protected by token
-create a vector admin docker

  • create a vector admin workspace
  • upload a pdf document to it
Originally created by @flefevre on GitHub (Apr 13, 2024). ### How are you running VectorAdmin? Docker (local) ### What happened? I have setup an instance of chromadb and one of vector admin The vector admin is able to create collection in chromadb but when i tried to upload a simple pdf i got an error in the log of vector admin. I do not know if there is a discord vector admin community? vectoradmin | {"level":"info","caller":"runner","event":"chroma/addDocument","id":"01HVCA6FJW83B5ZRW1W4ZFMX5V","time":"2024-04-13T18:06:00Z","message":"received message"} vectoradmin | {"level":"info","caller":"runner","event":"chroma/addDocument","id":"01HVCA6FJW83B5ZRW1W4ZFMX5V","function_id":"9fb5df21-8b49-521f-9b2f-33ad895e6f70","function":"Add and Embed documents into ChromaDB","time":"2024-04-13T18:06:00Z","message":"initializing fn"} vectoradmin | Chunks created from document: 5 vectoradmin | addDocumentToNamespace Request failed with status code 401 ### Are there known steps to reproduce? -create a chromadb not protected by token -create a vector admin docker - create a vector admin workspace - upload a pdf document to it
yindo added the bug label 2026-02-15 16:29:57 -05:00
Author
Owner

@flefevre commented on GitHub (Apr 13, 2024):

by the way i have forgotten to say : your project is amazing!

@flefevre commented on GitHub (Apr 13, 2024): by the way i have forgotten to say : your project is amazing!
Author
Owner

@michabbb commented on GitHub (May 10, 2024):

same problem exists with qdrant, seems to be a general issue

@michabbb commented on GitHub (May 10, 2024): same problem exists with qdrant, seems to be a general issue
Author
Owner

@Santhosh26 commented on GitHub (Dec 7, 2024):

+1

@Santhosh26 commented on GitHub (Dec 7, 2024): +1
Author
Owner

@korovaevda commented on GitHub (Jan 26, 2025):

same problem with Chroma.
It feels like the project has turned into a zombie.
Too bad, the idea was excellent

@korovaevda commented on GitHub (Jan 26, 2025): same problem with Chroma. It feels like the project has turned into a zombie. Too bad, the idea was excellent
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#68