qdrant

qdrant 1.18.2

Vector Search Engine for the next generation of AI applications

<rendered-html><p>Expects a config file at config/config.yaml with content similar to <a href="https://github.com/qdrant/qdrant/blob/master/config/config.yaml">https://github.com/qdrant/qdrant/blob/master/config/config.yaml</a></p> </rendered-html>

https://github.com/qdrant/qdrant
Apache License 2.0
programs: qdrant
Platforms (38)
armv5tel-linuxi686-freebsdx86_64-openbsdpowerpc-netbsdx86_64-netbsdarmv6l-linuxx86_64-solarispowerpc64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  qdrant
];
Ad-hoc shell
nix-shell -p qdrant
Flake (nix run)
nix run nixpkgs#qdrant