mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 01:16:22 +02:00
14 lines
471 B
Jsonnet
14 lines
471 B
Jsonnet
|
|
{
|
||
|
|
pattern: {
|
||
|
|
name: "vertexai",
|
||
|
|
icon: "🤖💬",
|
||
|
|
title: "Add Google Cloud VertexAI LLM for text completion",
|
||
|
|
description: "This pattern integrates a VertexAI endpoint hosted in Google Cloud for text completion operations. You need a GCP subscription and to have VertexAI enabled to be able to use this service.",
|
||
|
|
requires: ["pulsar", "trustgraph"],
|
||
|
|
features: ["llm"],
|
||
|
|
args: [
|
||
|
|
]
|
||
|
|
},
|
||
|
|
module: "components/vertexai.jsonnet",
|
||
|
|
}
|