tlack / exqdr

Qdrant database connector for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Qdrant database connector for Elixir


Languages

Language:Elixir 100.0%