-
## 一言でいうと
CNNで知識グラフのリンクを予測する(エンティティと関連から、関連先エンティティを予測する)という試み。適用自体はストレートで、それぞれベクトル化してCNNで扱いやすいよう2次元にreshpeして畳み込み、潜在表現にしたのち候補の全エンティティとの比較を同時に行う
![image](https://user-images.githubusercontent.com/…
-
Based on the requirements and the existing TxtAI ecosystem, here's a proposed approach to develop LLM Integration for Knowledge Graph Enhancement:
1. Automatic Knowledge Graph Generation and Enrich…
-
### Project Name
VidSage
### Description
# VidSage: Video Insights using Graph RAG
https://www.youtube.com/watch?v=IUSCWtB9jWk
VidSage focuses on processing video data, storing it in Azur…
-
Playing with your ROBOKOP instance, I noticed two things and would like to suggest some improvements for increased provenance transparency.
Use `primary_knowledge_source` only ever for the very ori…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I saved my KG the way below (maybe incorrectly) but can't load it.
# Code to save KG
…
-
Issue to track information related to Knowledge Graphs & GraphRAG implementation efforts
GraphRAG
Articles
- https://emergentmethods.medium.com/outperforming-claude-3-5-sonnet-with-phi-3-mini-4k-…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have the code below and it runs well. However when I inspect the 'response' variable t…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have defined the following schema for nebula :
`Node properties: [{'tag': 'entity', '…
-
### Project Name
PaperMaid
### Description
# RAG-based Research Assistant
## Description
This Retrieval-Augmented Generation (RAG) system is designed to help researchers and academics efficie…
-
Hi guys, I thought it would be interesting and useful to implement LiteralE as it can handle literals (numerical). Do you think it is feasible? As far as I know it has been coded on top of ConvE code…