trustgraph/templates/patterns/llm-vertexai.jsonnet
cybermaggedon f7a30006ad
Make templating work more flexibly (#44)
* 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
2024-08-30 17:47:35 +01:00

13 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",
}