mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-07-03 07:07:28 +00:00
20 lines
647 B
YAML
20 lines
647 B
YAML
![]() |
# Copyright (c) Microsoft Corporation.
|
||
|
# Licensed under the MIT License.
|
||
|
|
||
|
apiVersion: v2
|
||
|
name: graphrag
|
||
|
description: GraphRAG - a graph-based RAG search engine
|
||
|
type: application
|
||
|
version: 0.3.0
|
||
|
|
||
|
# This is the version number of the application being deployed. This version number should be
|
||
|
# incremented each time you make changes to the application. Versions are not expected to
|
||
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||
|
# It is recommended to use it with quotes.
|
||
|
appVersion: "2.1.0"
|
||
|
|
||
|
dependencies:
|
||
|
- name: ingress-nginx
|
||
|
version: ~4.9.1
|
||
|
repository: https://kubernetes.github.io/ingress-nginx
|