Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
flefevre opened this issue Apr 13, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@flefevre
Copy link

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 flefevre added the possible bug unconfirmed bug report label Apr 13, 2024
@flefevre
Copy link
Author

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

@timothycarambat timothycarambat added bug Something isn't working and removed possible bug unconfirmed bug report labels Apr 14, 2024
@michabbb
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants