Unverified Commit ee09932c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.llama-index-vector-stores-qdrant: 0.8.7 -> 0.9.0 (#445988)

parents 891fd6cb 89f53b48
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -5,21 +5,18 @@
  grpcio,
  hatchling,
  llama-index-core,
  pythonOlder,
  qdrant-client,
}:

buildPythonPackage rec {
  pname = "llama-index-vector-stores-qdrant";
  version = "0.8.7";
  version = "0.9.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "llama_index_vector_stores_qdrant";
    inherit version;
    hash = "sha256-sH16fVNt2iT0DjBn0lBYdAle7Y84165IG2/B8eVb1+I=";
    hash = "sha256-TXBHk/0B4XOtzakCVG5d8aeSgYdoaqSDDWi4j3yMIy0=";
  };

  build-system = [ hatchling ];