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

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

Open flefevre opened this issue 10 months ago • 2 comments

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

flefevre avatar Apr 13 '24 18:04 flefevre