11 buildPythonPackage rec {
12 pname = "llama-index-vector-stores-chroma";
16 disabled = pythonOlder "3.8";
19 pname = "llama_index_vector_stores_chroma";
21 hash = "sha256-VAWSFqI71r0dw69MWYbbOLKTNYawQujuEmOF16XeziM=";
24 build-system = [ poetry-core ];
31 pythonImportsCheck = [ "llama_index.vector_stores.chroma" ];
34 description = "LlamaIndex Vector Store Integration for Chroma";
35 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/vector_stores/llama-index-vector-stores-chroma";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];