We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
embedding_field
QdrantDocumentStore
return_embedding
scale_score
False
The text was updated successfully, but these errors were encountered:
Also the init parameter duplicate_documents is not used and should be removed.
duplicate_documents
Sorry, something went wrong.
content_field
name_field
done in #861 and #862
released a new major version of the package: https://pypi.org/project/qdrant-haystack/4.0.0/
anakin87
No branches or pull requests
important
embedding_field
init parameter ofQdrantDocumentStore
will break things if not set to the default value ("embedding") -> should be removedthereturn_embedding
init parameter ofQdrantDocumentStore
is not used and is confusing -> should be removedEDIT: I was wrong, it is used
nice to have
scale_score
in Retrievers toFalse
, as we do for all other retrieversThe text was updated successfully, but these errors were encountered: