12 buildPythonPackage rec {
13 pname = "llama-index-vector-stores-qdrant";
17 disabled = pythonOlder "3.8";
20 pname = "llama_index_vector_stores_qdrant";
22 hash = "sha256-jVkNFNKghukf1H6yRO5nEj3jWzrn51Xm1g5kS5Kd6m0=";
25 build-system = [ poetry-core ];
33 pythonImportsCheck = [ "llama_index.vector_stores.qdrant" ];
36 description = "LlamaIndex Vector Store Integration for Qdrant";
37 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/vector_stores/llama-index-vector-stores-qdrant";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];