mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-18 10:07:07 -04:00
[BUG]: no way to upload a document to chromadb through vector admin #68
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@flefevre commented on GitHub (Apr 13, 2024):
by the way i have forgotten to say : your project is amazing!
@michabbb commented on GitHub (May 10, 2024):
same problem exists with qdrant, seems to be a general issue
@Santhosh26 commented on GitHub (Dec 7, 2024):
+1
@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