description |
---|
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.