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
- Host: GitHub
- URL: https://github.com/tlack/exqdr
- Owner: tlack
- Created: 2021-08-14T20:36:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T18:47:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T22:26:04.491Z (over 1 year ago)
- Language: Elixir
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```