We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f461d0 commit 3c40c6eCopy full SHA for 3c40c6e
deploy/magda-embedding-api/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: magda-embedding-api
3
description: An OpenAI embeddings API compatible microservice for Magda.
4
-version: "1.1.0-alpha.0"
+version: "1.1.0-alpha.2"
5
kubeVersion: ">= 1.21.0"
6
home: "https://github.com/magda-io/magda-embedding-api"
7
sources: [ "https://github.com/magda-io/magda-embedding-api" ]
package.json
{
"name": "magda-embedding-api",
"type": "module",
- "version": "1.1.0-alpha.0",
+ "version": "1.1.0-alpha.2",
"description": "An OpenAI embeddings API compatible microservice for Magda.",
"main": "app.ts",
"directories": {
0 commit comments