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