Skip to content

Commit

Permalink
LLMFactCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mlupei committed Feb 18, 2024
1 parent 863adf4 commit 7e023ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json/neo4j_requests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ return p3 limit 1000
false:

match p2=(n)-[r2]-(m) where type(r2)="biolink:causes"
with n as n, r2 as r2, m as m
match p3=(n)-[r]-(m) where type(r)="biolink:treats" and r.primary_knowledge_source="infores:semmeddb"
return p3 limit 1000

0 comments on commit 7e023ba

Please sign in to comment.