From 7d5b2eb284ce6664691d4b64da94f5c1a78b49c2 Mon Sep 17 00:00:00 2001 From: kavitharaju Date: Mon, 12 Aug 2024 11:05:50 +0530 Subject: [PATCH 1/2] Remove demo URLs as the apps are taken down --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f48711..61055f0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ The codebase for assistant.bible: A Bible assistant. An intelligent search engine for domain specific data, that not only provides relevant links to resources but also synthesizes and summarizes results to provide a succinct and relevant answer through an interactive interface. It connects to LLMs and other AI models that are trained on the ground truth texts uploaded by the organization. This enables the software to provide highly accurate and relevant responses to user queries, based on the specific context of the organization's data. With the natural language chat interface, users can easily interact with the data and gain insights that would be difficult or time-consuming to obtain otherwise. -[Development Demo URL](#) - ## Technologies * Python 3.10 * FastAPI @@ -110,7 +108,7 @@ pylint --rcfile=.pylintrc app/*.py app/tests/*.py ### Contributing -In this repository, there are two long-lived branches: develop and main. There are automated actions that trigger deployment upon a "push" event for the following respective environments: https://dev.assistant.bible/ (hosted in the SIL DO account) and https://assistant.bible/ (hosted in the BCS DO account ). +In this repository, there are two long-lived branches: develop and main. To contribute, please follow these steps: From 06fd981a40499d54e46f77ba096c6dc1664b8806 Mon Sep 17 00:00:00 2001 From: kavitharaju Date: Mon, 12 Aug 2024 11:09:29 +0530 Subject: [PATCH 2/2] Remove auto deployment to beta.assistant.bible from main --- .github/workflows/deploy_from_main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_from_main.yml b/.github/workflows/deploy_from_main.yml index bf5654f..b4a0f76 100644 --- a/.github/workflows/deploy_from_main.yml +++ b/.github/workflows/deploy_from_main.yml @@ -5,8 +5,8 @@ name: deploy # on: [push ] # Triggers the workflow on push to main branch on: - push: - branches: [ main ] + # push: + # branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: