Get Started
Overview
The blazingly fast in-memory vector database π
- 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.