mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
14 lines
454 B
Jsonnet
14 lines
454 B
Jsonnet
|
|
{
|
||
|
|
pattern: {
|
||
|
|
name: "vector-store-qdrant",
|
||
|
|
icon: "❓🌐",
|
||
|
|
title: "Adds Qdrant, a vector embeddings store",
|
||
|
|
description: "The Trustgraph core does not include a vector store by default. This configuration pattern adds a simple Qdrant store and integrates with embeddings handling.",
|
||
|
|
requires: ["pulsar", "trustgraph"],
|
||
|
|
features: ["qdrant", "vectordb"],
|
||
|
|
args: [
|
||
|
|
]
|
||
|
|
},
|
||
|
|
module: "components/qdrant.jsonnet",
|
||
|
|
}
|