Mintplex-Labs / vector-admin

The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
https://vectoradmin.com/
MIT License
1.01k stars 173 forks source link

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

Open flefevre opened 2 months ago

flefevre commented 2 months ago

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 2 months ago

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

michabbb commented 1 month ago

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