mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +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
428 B
Jsonnet
13 lines
428 B
Jsonnet
{
|
|
pattern: {
|
|
name: "cohere",
|
|
icon: "🤖💬",
|
|
title: "Add Cohere LLM endpoint for text completion",
|
|
description: "This pattern integrates the Cohere LLM service for text completion operations. You need a Cohere subscription and API keys to be able to use this service.",
|
|
requires: ["pulsar", "trustgraph"],
|
|
features: ["llm"],
|
|
args: [
|
|
]
|
|
},
|
|
module: "components/cohere.jsonnet",
|
|
}
|