Skip to content

Latest commit

 

History

History
139 lines (110 loc) · 4.26 KB

README.md

File metadata and controls

139 lines (110 loc) · 4.26 KB

⚡ 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: [email protected]

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


Made with ❤️ by developers, for developers.