Skip to main content
  • 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).
  • Can seamlessly be integrated into your Python applications using our Python SDK.
If you know nothing about vector databases, read this.

Python SDK

Seamlessly integrate EigenDB into your Python applications

API Reference

EigenDB provides a robust and efficient API

Quickstart

Get started with EigenDB

Vector databases explained

If you know nothing about vector databases