mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 02:23:44 +02:00
Co-authored-by: Avi Avni <avi.avni@gmail.com>
This commit is contained in:
parent
8c1b468eb0
commit
a4afff59a0
21 changed files with 664 additions and 6 deletions
13
templates/patterns/triple-store-falkordb.jsonnet
Normal file
13
templates/patterns/triple-store-falkordb.jsonnet
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
pattern: {
|
||||
name: "triple-store-falkordb",
|
||||
icon: "🖇️🙋♀️",
|
||||
title: "Adds a FalkorDB store configured to act as a triple store.",
|
||||
description: "GraphRAG processing needs a triple store. This pattern adds a FalkorDB store, along with plumbing so that FalkorDB is integrated with GraphRag indexing and querying.",
|
||||
requires: ["pulsar", "trustgraph"],
|
||||
features: ["falkordb", "triple-store"],
|
||||
args: [],
|
||||
category: [ "knowledge-graph" ],
|
||||
},
|
||||
module: "components/falkordb.jsonnet",
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
name: "triple-store-neo4j",
|
||||
icon: "🖇️🙋♀️",
|
||||
title: "Adds a Neo4j store configured to act as a triple store.",
|
||||
description: "GraphRAG processing needs a triple store. This pattern adds a Cassandra store, along with plumbing so that Cassandra is integrated with GraphRag indexing and querying.",
|
||||
description: "GraphRAG processing needs a triple store. This pattern adds a Neo4j store, along with plumbing so that Neo4j is integrated with GraphRag indexing and querying.",
|
||||
requires: ["pulsar", "trustgraph"],
|
||||
features: ["neo4j", "triple-store"],
|
||||
args: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue