-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from okamototk/tika-support
feat: add Apache Tika dependency
- Loading branch information
Showing
9 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ jobs: | |
run: | | ||
helm repo add ollama https://otwld.github.io/ollama-helm/ | ||
helm repo add open-webui https://helm.openwebui.com/ | ||
helm repo add tika https://apache.jfrog.io/artifactory/tika/ | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
dependencies: | ||
- name: ollama | ||
repository: https://otwld.github.io/ollama-helm/ | ||
version: 0.63.1 | ||
version: 0.64.0 | ||
- name: pipelines | ||
repository: https://helm.openwebui.com | ||
version: 0.0.4 | ||
digest: sha256:ca806b2864a64f4e9107971c3228a3770016758f3492f6cd11025972f745a78b | ||
generated: "2024-11-04T18:01:27.101973899+01:00" | ||
- name: tika | ||
repository: https://apache.jfrog.io/artifactory/tika | ||
version: 2.9.0 | ||
digest: sha256:91c12b702598527a8b602af6f229f975abc8bd7cf95c31324bc013bb919ff14e | ||
generated: "2024-11-07T14:14:55.798831-07:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters