mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
* Restructure directory * Config loading * Variable override points in JSONNET templates, separate pulsar-manager template * Bump version * Tidy chunking * Simplified prompt overrides * Update config loader * Fix recursive chunker template
13 lines
453 B
Jsonnet
13 lines
453 B
Jsonnet
{
|
|
pattern: {
|
|
name: "vector-store-milvus",
|
|
icon: "❓🌐",
|
|
title: "Add Milvus, a vector embeddings store",
|
|
description: "The Trustgraph core does not include a vector store by default. This configuration pattern adds a simple Milvus store and integrates with embeddings handling.",
|
|
requires: ["pulsar", "trustgraph"],
|
|
features: ["milvus", "vectordb"],
|
|
args: [
|
|
]
|
|
},
|
|
module: "components/milvus.jsonnet",
|
|
}
|