-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error in Neo4jDynamicDocumentRetriever Initialization with Haystack Pipeline in Python #4
Comments
I think this is a version incompatibility with the Haystack core library, beginning in Haystack version 2.6.0
Neo4j Haystack is attempting to set "query" and "parameters" as input types during init, without regard to the existing signature, and the Component class is rejecting them because they don't match the signature of the "run" method. I'm going to see if downgrading my version of Haystack to 2.5.1 is an effective workaround. |
I will look into it tomorrow (day time) and let you know if fix is on its way, thanks for reporting |
Thanks @prosto Downgrading to 2.5.1 seems to have worked. It certainly got me past the Neo 4j Retriever component in my pipeline. |
hi, The new version Also 2.2.0 version of thanks and let me know if that helps with your issues |
@prosto Thanks, version 2.2.0 fixed the issue. Sorry it took so long to verify, some other things in my working environment decided to break this afternoon, and I just got everything whipped back into shape. |
The text was updated successfully, but these errors were encountered: