mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-02 02:58:10 +02:00
Squashed 'ai-context/trustgraph-templates/' content from commit 42a5fd1b
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
This commit is contained in:
commit
74cc8a4685
1216 changed files with 116347 additions and 0 deletions
45
config-standalone-pulsar.jsonnet
Normal file
45
config-standalone-pulsar.jsonnet
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
[
|
||||
{
|
||||
"name": "triple-store-cassandra",
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"name": "object-store-cassandra",
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"name": "pulsar-standalone",
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"name": "vector-store-qdrant",
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"name": "grafana",
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"name": "trustgraph-base",
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"name": "override-recursive-chunker",
|
||||
"parameters": {
|
||||
"chunk-size": 2000,
|
||||
"chunk-overlap": 100
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "embeddings-fastembed",
|
||||
"parameters": {
|
||||
"embeddings-model": "sentence-transformers/all-MiniLM-L6-v2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vertexai",
|
||||
"parameters": {
|
||||
"max-output-tokens": 8192
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue