Qdrant database connector for Elixir
Find a file
2021-09-04 18:47:23 +00:00
lib breaking API change: Collection -> Raw 2021-09-04 18:47:23 +00:00
test breaking API change: Collection -> Raw 2021-09-04 18:47:23 +00:00
mix.exs formatting round 2021-08-15 04:28:45 +00:00
README.md initial 2021-08-14 20:40:38 +00:00

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