/exqdr

Qdrant database connector for Elixir

Primary LanguageElixir

Exqdr

Qdrant is a fast, simple vector database engine.

This library is a wrapper around Qdrant's HTTP API.

Status

Just a prototype. Use at your own risk.

Installation

def deps do
  [
		{:exqdr, git: "https://github.com/tlack/exqdr.git"},
  ]
end