trustgraph/templates/patterns/vector-store-qdrant.jsonnet
cybermaggedon 121f7bb776
Updates for config util repo (#47)
* Fix pulsar manager template import
* Add pattern categories.  Update parameters with new schema.
* Add more parameters to config
2024-09-01 21:29:29 +01:00

14 lines
493 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: [
],
category: [ "vector-store" ],
},
module: "components/qdrant.jsonnet",
}