From fb9c056dac31bb13569950b33d1fbb1f4e9fc651 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:06:45 +0000 Subject: [PATCH 1/3] Update schema.v2.json --- static/schema/schema.v2.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json index afee77cb..87103c6a 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -895,19 +895,6 @@ "additionalProperties": false, "default": {}, "description": "Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications. | v7.0.2" - }, - "dotenvLint": { - "type": "object", - "properties": { - "enabled": { - "type": "boolean", - "default": true, - "description": "Enable dotenv-linter | dotenv-linter is a tool for checking and fixing .env files for problems and best practices | v3.3.0" - } - }, - "additionalProperties": false, - "default": {}, - "description": "dotenv-linter is a tool for checking and fixing .env files for problems and best practices" } }, "additionalProperties": false, From 33d5fd36ba086fde18f7a49405db563bf2b23fa9 Mon Sep 17 00:00:00 2001 From: Ajinkya Date: Mon, 9 Jun 2025 12:01:18 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9D=20add=20Azure=20text-embedding?= =?UTF-8?q?-3-large=20deployment=20configuration=20(#390)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME environment variable to all self-hosted platform documentation and update deployment recommendations to include text-embedding-3-large model --- docs/self-hosted/azure-devops.md | 3 ++- docs/self-hosted/bitbucket.md | 3 ++- docs/self-hosted/github.md | 3 ++- docs/self-hosted/gitlab.md | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/self-hosted/azure-devops.md b/docs/self-hosted/azure-devops.md index f1a820a3..d1ce04b2 100644 --- a/docs/self-hosted/azure-devops.md +++ b/docs/self-hosted/azure-devops.md @@ -64,7 +64,8 @@ LLM_PROVIDER=azure-openai LLM_TIMEOUT=360000 AZURE_OPENAI_ENDPOINT= AZURE_OPENAI_API_KEY= -## it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +# it is recommended to deploy text-embedding-3-large, gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME= AZURE_GPT41MINI_DEPLOYMENT_NAME= AZURE_O4MINI_DEPLOYMENT_NAME= AZURE_O3_DEPLOYMENT_NAME= diff --git a/docs/self-hosted/bitbucket.md b/docs/self-hosted/bitbucket.md index 51cb1895..8fb764fd 100644 --- a/docs/self-hosted/bitbucket.md +++ b/docs/self-hosted/bitbucket.md @@ -56,7 +56,8 @@ LLM_PROVIDER=azure-openai LLM_TIMEOUT=360000 AZURE_OPENAI_ENDPOINT= AZURE_OPENAI_API_KEY= -## it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +# it is recommended to deploy text-embedding-3-large, gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME= AZURE_GPT41MINI_DEPLOYMENT_NAME= AZURE_O4MINI_DEPLOYMENT_NAME= AZURE_O3_DEPLOYMENT_NAME= diff --git a/docs/self-hosted/github.md b/docs/self-hosted/github.md index cce4296c..be7abddf 100644 --- a/docs/self-hosted/github.md +++ b/docs/self-hosted/github.md @@ -67,7 +67,8 @@ LLM_PROVIDER=azure-openai LLM_TIMEOUT=360000 AZURE_OPENAI_ENDPOINT= AZURE_OPENAI_API_KEY= -# it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +# it is recommended to deploy text-embedding-3-large, gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME= AZURE_GPT41MINI_DEPLOYMENT_NAME= AZURE_O4MINI_DEPLOYMENT_NAME= AZURE_O3_DEPLOYMENT_NAME= diff --git a/docs/self-hosted/gitlab.md b/docs/self-hosted/gitlab.md index 9b3a6a28..f81a2e5e 100644 --- a/docs/self-hosted/gitlab.md +++ b/docs/self-hosted/gitlab.md @@ -62,7 +62,8 @@ LLM_PROVIDER=azure-openai LLM_TIMEOUT=360000 AZURE_OPENAI_ENDPOINT= AZURE_OPENAI_API_KEY= -## it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +# it is recommended to deploy text-embedding-3-large, gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally). +AZURE_TEXT_EMBEDDING_3_LARGE_DEPLOYMENT_NAME= AZURE_GPT41MINI_DEPLOYMENT_NAME= AZURE_O4MINI_DEPLOYMENT_NAME= AZURE_O3_DEPLOYMENT_NAME= From d33375b7896d6f6c7db830cec3254e26380ad94b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:01:06 +0000 Subject: [PATCH 3/3] Update schema.v2.json --- static/schema/schema.v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json index 87103c6a..afee77cb 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -895,6 +895,19 @@ "additionalProperties": false, "default": {}, "description": "Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications. | v7.0.2" + }, + "dotenvLint": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean", + "default": true, + "description": "Enable dotenv-linter | dotenv-linter is a tool for checking and fixing .env files for problems and best practices | v3.3.0" + } + }, + "additionalProperties": false, + "default": {}, + "description": "dotenv-linter is a tool for checking and fixing .env files for problems and best practices" } }, "additionalProperties": false,