With the automatic audio dubbing from UA-cam /Google you hear a synthetic voice in your regional language. To hear my original voice in English, switch to "Default" or "English" in the settings. Thank you.
This is awesome! I’m actually working on implementing this solution in the aerospace domain, so this is incredibly useful! Thanks for sharing, I’ll probably go dig into the white-paper so that I can see what they’re doing differently and what I can learn 😊
the retrieval mechanism is too naive, it can’t be really useful in practice. For example, the system would fail to answer the query “which country is Sacramento located in” because the KG has the structure: Sacramento California United States Here the query has 2 nodes while the KG subgraph has 3. They wouldn’t match!
With the automatic audio dubbing from UA-cam /Google you hear a synthetic voice in your regional language.
To hear my original voice in English, switch to "Default" or "English" in the settings. Thank you.
What about Light RAG?
Hi my friend! Can you explain how it’s different from neo4j graph rag and lightrag?
I used lightRAG with neo4J as gRAG repo and very impressed with its gRAG capabilities.
This is awesome! I’m actually working on implementing this solution in the aerospace domain, so this is incredibly useful! Thanks for sharing, I’ll probably go dig into the white-paper so that I can see what they’re doing differently and what I can learn 😊
Hi man, I am doing the same for another engineering domain, would be nice to discuss and explore!
How does this compare to more well-established KG tools, such as Infranodus?
the retrieval mechanism is too naive, it can’t be really useful in practice.
For example, the system would fail to answer the query “which country is Sacramento located in” because the KG has the structure: Sacramento California United States
Here the query has 2 nodes while the KG subgraph has 3. They wouldn’t match!
You comment includes "would " and "wouldn't". Therefore I assume, you have not implemented a real test, but you are just guessing?