Skip to content

Eigen-DB/eigen-db

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2025
Oct 10, 2024
Jan 12, 2025
Jan 12, 2025
Jan 30, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 14, 2025
Oct 10, 2024
Oct 11, 2024
Oct 11, 2024

Repository files navigation

⚑ The blazingly fast in-memory vector database πŸš€

Monorepo badge License: MIT Conventional Commits Commitizen friendly Repo size badge

Go C++ Python Docker Kubernetes Hugging Face

Table of contents

  1. πŸ”Ž Overview
  2. πŸ“– Documentation
  3. 🀝 Contributing
  4. πŸ’¬ Contact Us

πŸ”Ž Overview

  • EigenDB is a light-weight in-memory vector database written in Go. It’s entirely open-source! ❀️
  • Employs the Hierarchical Navigable Small World (HNSW) algorithm to perform similarity search with the highest level of efficiency and speed.⚑
    • Logic surrounding the HNSW algorithm is handled by our open-source Go library, hnswgo! 🧠
  • Basic database operations can be performed seamlessly through EigenDB's very simple REST API! ✨

πŸ“– Documentation

Our official documentation can be found here!

If you feel like we missed something, feel free to contribute to the docs!


🀝 Contributing

Coming soon...


πŸ’¬ Contact Us!

Email: ryanawad@yahoo.com

LinkedIn: https://www.linkedin.com/in/ryanawad/


Made with ❀️ by developers, for developers.