Qdrant database connector for Elixir
- Elixir 100%
| lib | ||
| test | ||
| mix.exs | ||
| README.md | ||
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