10 src = fetchFromGitHub {
14 hash = "sha256-Vi8jcWfG3MvzXDcVFd6wC+KEpPQUL1uBCk7GJwyO0gU=";
17 vendorHash = "sha256-HzEnt/eagDw6/7HV0MRMQDcp56mLv1kE9HCfBouxDRs=";
19 subPackages = [ "cmd/weaviate-server" ];
21 ldflags = [ "-w" "-extldflags" "-static" ];
24 ln -s $out/bin/weaviate-server $out/bin/weaviate
28 description = "ML-first vector search engine";
29 homepage = "https://github.com/semi-technologies/weaviate";
30 license = licenses.bsd3;
31 maintainers = with maintainers; [ dit7ya ];