-
Notifications
You must be signed in to change notification settings - Fork 31
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
ValueError: Expect x to be a non-empty array or dataset. #22
Comments
what is the stack trace of the first error ? |
What do you mean by stack trace? The full trace is the first one at the end |
I mean this
when you compute embeddings the following is most likely a consequence of that first error |
Yeah, I understand, that's why in the end of my issue there are 2 code snippets. The first one is the full trace of that first error, and the second one is for the second error |
ah right I get it. |
I am trying to create an embedding for some google images I downloaded. This is my structure:
When I execute this
I get
Althought it fails, files are generated:
But if I try to search with that embedding in another index of images that I have,
I get:
I tried different numbers of shards and different numbers of batches. None of them work, what could the reason be?
Full traces:
The text was updated successfully, but these errors were encountered: