mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Template rejig (#48)
* document-rag / graph-rag refactor of templates * Tweaking the docs and categories * Clarify triple store vs RAG * Tweak knowledge graph linkage * Doc embedding for Qdrant * Fix document RAG on Qdrant * Fix templates * Bump version * Updated templates
This commit is contained in:
parent
121f7bb776
commit
208c219962
47 changed files with 1407 additions and 454 deletions
|
|
@ -7,41 +7,6 @@
|
|||
requires: ["pulsar"],
|
||||
features: ["trustgraph"],
|
||||
args: [
|
||||
{
|
||||
name: "embeddings-model",
|
||||
label: "Embeddings model",
|
||||
type: "select",
|
||||
description: "Embeddings model for sentence analysis",
|
||||
options: [
|
||||
{ id: "all-MiniLM-L6-v2", description: "all-MiniLM-L6-v2" },
|
||||
],
|
||||
default: "all-MiniLM-L6-v2",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "graph-rag-entity-limit",
|
||||
label: "GraphRAG entity query limit",
|
||||
type: "integer",
|
||||
description: "Limit on entities to fetch from vector store",
|
||||
default: 50,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "graph-rag-triple-limit",
|
||||
label: "GraphRAG triple query limit",
|
||||
type: "integer",
|
||||
description: "Limit on triples to fetch from triple store",
|
||||
default: 30,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "graph-rag-max-subgraph-size",
|
||||
label: "GraphRAG maximum subgraph size",
|
||||
type: "integer",
|
||||
description: "Limit on size of subgraph to present to text-completion model",
|
||||
default: 3000,
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
category: [ "foundation" ],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue