-
Notifications
You must be signed in to change notification settings - Fork 126
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
ChromaDocumentStore fails to search if no metadata is given #462
Comments
That definitely looks like a bug, I'll look into it. Moving this issue to the integration repo for my convenience, thanks for reporting! |
Hey @JohnnyRacer - thanks for reporting some bugs lately both here and on the haystack repo. |
@TuanaCelik Thanks, I will check out the links! |
See also #668 |
On line 404 of chroma/document_store.py, insert a line.
|
Hello, I am trying to use the
ChromaDocumentStore
in my pipeline. I've noticed that if I do not add any metadata and try to perform a search, it will fail with the following error:This is the snippet that reproduces this error:
The
Document
object does not seem to require the metadata argument so I assume this is unexpected behavior.The text was updated successfully, but these errors were encountered: