From e5940820988d2bcdd0a6ad19fbe7cac175153ace Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:31:22 -0500 Subject: [PATCH] feat(chroma) add chroma (#17459) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** the AI-native open-source embedding database. ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [X] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/incubator/chroma/.helmignore | 30 +++++++ charts/incubator/chroma/CHANGELOG.md | 3 + charts/incubator/chroma/Chart.yaml | 38 ++++++++ charts/incubator/chroma/README.md | 28 ++++++ charts/incubator/chroma/icon.png | Bin 0 -> 7849 bytes charts/incubator/chroma/questions.yaml | 85 ++++++++++++++++++ charts/incubator/chroma/templates/NOTES.txt | 1 + charts/incubator/chroma/templates/common.yaml | 1 + charts/incubator/chroma/values.yaml | 41 +++++++++ 9 files changed, 227 insertions(+) create mode 100644 charts/incubator/chroma/.helmignore create mode 100644 charts/incubator/chroma/CHANGELOG.md create mode 100644 charts/incubator/chroma/Chart.yaml create mode 100644 charts/incubator/chroma/README.md create mode 100644 charts/incubator/chroma/icon.png create mode 100644 charts/incubator/chroma/questions.yaml create mode 100644 charts/incubator/chroma/templates/NOTES.txt create mode 100644 charts/incubator/chroma/templates/common.yaml create mode 100644 charts/incubator/chroma/values.yaml diff --git a/charts/incubator/chroma/.helmignore b/charts/incubator/chroma/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/chroma/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/charts/incubator/chroma/CHANGELOG.md b/charts/incubator/chroma/CHANGELOG.md new file mode 100644 index 00000000000..6afbcc5f802 --- /dev/null +++ b/charts/incubator/chroma/CHANGELOG.md @@ -0,0 +1,3 @@ +--- +title: Changelog +--- diff --git a/charts/incubator/chroma/Chart.yaml b/charts/incubator/chroma/Chart.yaml new file mode 100644 index 00000000000..19fee377479 --- /dev/null +++ b/charts/incubator/chroma/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 0.4.22 +dependencies: + - name: common + version: 17.2.26 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the AI-native open-source embedding database. +home: https://truecharts.org/charts/incubator/chroma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png +keywords: + - chroma + - embedding + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chroma +sources: + - https://github.com/chroma-core/chroma + - https://github.com/truecharts/charts/tree/master/charts/incubator/chroma + - https://ghcr.io/chroma-core/chroma +type: application +version: 0.0.1 diff --git a/charts/incubator/chroma/README.md b/charts/incubator/chroma/README.md new file mode 100644 index 00000000000..20f3c4cb7bb --- /dev/null +++ b/charts/incubator/chroma/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jackett) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/chroma/icon.png b/charts/incubator/chroma/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8ccda3e95d382b609228b28673b469bbb82dfc78 GIT binary patch literal 7849 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