An open API service indexing awesome lists of open source software.

https://github.com/tlack/exqdr

Qdrant database connector for Elixir
https://github.com/tlack/exqdr

Last synced: about 1 year ago
JSON representation

Qdrant database connector for Elixir

Awesome Lists containing this project

README

          

# 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

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