7 ms·
Show HN: Query months of HN discussions and comments as a knowledge graph
I built lightrag-snkv, Basically it uses lightRAG https://github.com/HKUDS/LightRAG https://github.com/HKUDS/LightRAG ,this requires various storage databases like key value store, graph database, vector database, I built single embedded file based database which covers all these requirements: https://github.com/hash-anu/snkv https://github.com/hash-anu/snkv.
And developed ingestor which ingest data from Algolia's HN search API. Here auto ingestion timings can be configured either using server.py or it can be configured by ingester code file or can be configured in env file.
This is very early stage and you might hit issues.
Demo video and quick-start in the README. Let me know if you run into issues.
- swaminarayan 4mo agoRight now Show HN and Ask HN tags based blogs and its comments are ingested in database.
- noashavit 4mo agoLooks interesting! Your demo vid in the README didn’t load for me btw.
- swaminarayan 4mo agoif you are opening video in mobile github app then it won’t open.Check in browser.
- swaminarayan 4mo agoI am pasting link here: https://github.com/user-attachments/assets/23a95319-ee66-49bc-811d-79fea94779b2 https://github.com/user-attachments/assets/23a95319-ee66-49b...
- swaminarayan 4mo agoI am getting used to with this lightrag-snkv, Now I dont need to check hacker news site again, it automatically ingest top ranked posts and I can query and check answers using natural query language.