Live data from Hacker News

Viewing profile — katelatte

katelatte

HN member
Joined
Fri, Oct 22, 2021, 3:17 PM UTC
HN karma
37
Public activity
40 items

About katelatte

No profile information was provided.

Recent public activity

  1. comment
    Comment #42338924

    Is it possible to use Memgraph's vector search to build GraphRAG? How would that work?

  2. comment
    Comment #42186316

    I organize community calls for Memgraph community and recently a community member presented how he uses hypothetical answer generation as a crucial component to enhancing the effec…

  3. comment
    Comment #42186268

    Suggestion: check out Memgraph for graph db storage - https://memgraph.com/ . I work at Memgraph as DX Engineer so feel free to ping me in case you have questions about it: https:/…

  4. comment
    Comment #38653367

    I was collaborating on the latest feature in Memgraph Lab - GraphChat. To enable natural language querying in Memgraph Lab, we integrated the Lab backend with LangChain and powered…

  5. story
  6. story
  7. comment
    Comment #35944836

    When I am presenting about graph databases, people often ask me about the differences between graph and relational databases so I decided to write a blog post about it.

  8. story
  9. comment
    Comment #35799810

    Hi, author here. I wanted to play a bit with ChatGPT and see how it can help me in creating a graph database. It was really good in conversation about graph data modelling and I th…

  10. story
  11. comment
    Comment #35046326

    Thanks for reporting! We will fix it asap

  12. comment
    Comment #35046245

    Memgraph does persist data. Snapshots are taken periodically during the entire runtime of Memgraph. When a snapshot is triggered, the whole data storage is written to the disk. The…

  13. comment
    Comment #33996747

    While researching about NetworkX, I noticed sometimes projects become too big, and you can lose a lot of time on data import, instead on the actual graph analysis. You can see disc…

  14. story
  15. comment
    Comment #33966195

    Thanks for creating this and helping others learn! Amazing effort :)

  16. comment
    Comment #33724704

    Well done on your work! It's nice to see new tools being developed in graph world, especially in Rust. I would just like to emphasize that there is a big difference between a graph…

  17. comment
    Comment #33721268

    Who ranks better was my word play, because of PageRank :') But yes, I totally agree with what you wrote and I will aim for more detailed comparisons in the next articles. And you a…

  18. comment
    Comment #33717906

    I considered different ways of comparison here, and decided to go with a simple comparison on sample dataset, just to get a feel of it. I did consider doing it all in Python, but t…

  19. comment
    Comment #33717566

    I forgot to mention: we do have biconnected components algorithm [1], and since all biconnected graphs are strongly connected, it can be useful. [1] https://memgraph.com/docs/mage/…

  20. comment
    Comment #33717315

    We do have our own implementation of weakly connected components [1]. Currently, we only have NetworkX strongly connected components algorithm [2] as a part of the nxalg module (se…

  21. comment
    Comment #33717248

    But again, thanks for sharing. This is also a valuable resource and reference for future comparisons.

  22. comment
    Comment #33717237

    Yeah, but this is not an official benchmark, it’s just a simple demo on sample dataset. It would take much more effort to create the whole benchmark to prove how much exactly Memgr…

  23. comment
    Comment #33717158

    Yes, I work for Memgraph, I am a developer there and I wrote this, and all of the previously published articles. I was comparing NetworkX to Memgraph algorithms, since that was the…

  24. comment
    Comment #33717115

    Yes, I agree. I read this comparison in performance, it's a really good resource, thanks for sharing. It all depends on what are your needs of course. But C++ implementation of gra…

  25. comment
    Comment #33716571

    I continued learning about NetworkX, and when it comes to issues with scaling and the need for persistence when working on applications in production, Memgraph saves the day. You c…