Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 567 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 567 Bytes
description
The blazingly fast in-memory vector database 🚀

Overview

  • EigenDB is a light-weight in-memory vector database written in Go. It's also open-source! ❤️
  • It features the ability to perform similarity search, which utilizes the Hierarchical Navigable Small Worlds (HNSW) algorithm (more).
  • Basic database operations can easily be performed through its very simple REST API.

If you know nothing about vector databases, read this.