Live data from Hacker News

Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)

github.com

11–20 of 117 posts

Re: Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)

#11

How do you think about building the graph relationships? Any special approaches you use?

Pretty much the same way you would with any graph DB, with the added benefit of being able to treat a vector as a node by creating those explicit relationships between them.

Does that answer your question properly?

Re: Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)

#16

Nice "I'll have this name" when there's already the helix editor :)

First I'm hearing from it. The Beatles must've been super pissed when Apple took their name :(

https://crates.io/search?q=Helix

I'm surprised none in the team searched crates.io once before picking the name. Good luck!

Re: Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)

#17

What is the max number of dimensions supported for a vector?

There is currently no cap. We will probably impose a similar cap to Qdrant or Pinecone some time soon ~64k. There's obviously a performance trade off as you go up, but we hope to massively offset this by doing binary quantisation within the next couple of months.

Re: Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)

#19

Nice "I'll have this name" when there's already the helix editor :)

First I'm hearing from it. The Beatles must've been super pissed when Apple took their name :(

I can't tell if this is droll sarcasm, but just in case not...

https://en.wikipedia.org/wiki/Apple_Corps_v_Apple_Computer

Re: Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)

#20

Earlier quoted context omitted.

First I'm hearing from it. The Beatles must've been super pissed when Apple took their name :(

https://crates.io/search?q=Helix I'm surprised none in the team searched crates.io once before picking the name. Good luck!

we just started off as a side project and thought the name fitted well. With the strands, graph type structure, connections...

We didn't think of getting people to use it until we found it was solving a real pain point for people, so weren't worried about trademarks or names. There was no other helix db so that was good enough for us at the time.

Post reply on HN