Skip to content

Commit 444461e

Browse files
committed
TEMP
1 parent 00b82a2 commit 444461e

17 files changed

+3
-3
lines changed

all.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spec:
99
- ./templates/chatbot/template.yaml
1010
- ./templates/audio-to-text/template.yaml
1111
- ./templates/object-detection/template.yaml
12-
- ./templates/rag3/template.yaml
12+
- ./templates/rag4/template.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

templates/rag3/template.yaml templates/rag4/template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: scaffolder.backstage.io/v1beta3
22
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-template
33
kind: Template
44
metadata:
5-
name: rag3
6-
title: RAG Chatbot Application 3
5+
name: rag4
6+
title: RAG Chatbot Application 4
77
description: Enhance the capabilities of your Chatbot using a Retrieval-Augmented Generation (RAG) Chatbot application. Pick from the model servers available or bring your own.
88
tags: ["ai", "llamacpp", "vllm", "python", "rag", "database"]
99
spec:

0 commit comments

Comments
 (0)