From db9ed06b1c8e17216b8da2fcd6b892516301a41f Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Wed, 2 Oct 2024 22:23:00 +0100 Subject: [PATCH] Fix/broken kg extract topics (#97) * Add missing kg-extract-topics service * Bump version --- Makefile | 2 +- templates/components/graph-rag.jsonnet | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9952192c..d59577fa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.11.17 +VERSION=0.11.18 DOCKER=podman diff --git a/templates/components/graph-rag.jsonnet b/templates/components/graph-rag.jsonnet index c7a58bd5..1bce5f04 100644 --- a/templates/components/graph-rag.jsonnet +++ b/templates/components/graph-rag.jsonnet @@ -89,6 +89,7 @@ local url = import "values/url.jsonnet"; engine.resources([ containerSet, + service, ]) },