haystack-core-integrations icon indicating copy to clipboard operation
haystack-core-integrations copied to clipboard

Qdrant - refactor and release a major version

Open anakin87 opened this issue 1 year ago • 0 comments

important

  • the embedding_field init parameter of QdrantDocumentStore will break things if not set to the default value ("embedding") -> should be removed
  • the return_embedding init parameter of QdrantDocumentStore is not used and is confusing -> should be removed

nice to have

  • set the default value for scale_score in Retrievers to False, as we do for all other retrievers
  • separate well the tests for Document Store retrieval methods and Retrievers (non breaking)

anakin87 avatar Apr 22 '24 16:04 anakin87