qdrant / qdrant-haystack

An integration of Qdrant ANN vector database backend with Haystack
Apache License 2.0
42 stars 11 forks source link

Pinning of torch dependency #25

Open michaelfeil opened 1 year ago

michaelfeil commented 1 year ago

I noticed that torch = "<=2.0.0" is pinned as dependency. Is there any reason to do so?

kacperlukawski commented 10 months ago

@michaelfeil Apologies for not getting back to this sooner. There was a known issue, but we are going to be more liberal and restrict just the problematic versions of pytorch.

Related PR: #36 Context: https://github.com/pytorch/pytorch/issues/100974

anuccik commented 7 months ago

Hi, is there a release schedule for this fix? Thanks