Show HN: HelixDB, Open-Source Hybrid Graph-Vector Database

github.com

4 points by GeorgeCurtis a day ago

Hey HN!

A friend and I have been working on HelixDB, a graph-vector database, part-time at university.

We're super excited to release the first version of our Graph Database! Helix is being built to incorporate both graph and vector types for building RAG and other AI applications.

This release introduces our graph DB, our new query language, HelixQL, and our CLI tool to help run Helix.

You can install helix locally by running `curl -sSL https://install.helix-db.com | bash`

We'd love you guys to play around with it and hear what you think.

apavlo 3 hours ago

> our new query language, HelixQL

But why? Why increase the barrier of entry for your system?

Is there an SVG version of your logo?

alexpadula 9 hours ago

Good work! Keep it up :) Looks really good thus far, I will try it today!