Skip to content

Commit

Permalink
Update deployment, minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stekhn committed Jul 22, 2024
1 parent c4b2d4b commit f470c50
Show file tree
Hide file tree
Showing 12 changed files with 1,129 additions and 55 deletions.

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "CI / CD"
on:
push:
branches:
- live
- develop
jobs:
setup:
runs-on: ubuntu-latest
name: Build & Deploy
steps:
- uses: actions/checkout@v4
with:
repository: br-data/cloud-deploy-action
token: ${{ secrets.BRDATA_ACCESS }}
path: ./
- id: build-and-deploy
name: Build and Deploy
uses: ./
with:
access_token: ${{ secrets.BRDATA_ACCESS }}
repo_name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
branch: ${{ github.ref }}
basic_auth: ${{ secrets.BASIC_PW }}
gpg_key: ${{ secrets.GPG_ACTION_PASSPHRASE }}
25 changes: 25 additions & 0 deletions .idea/jsonSchemas.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"yaml.schemas": {
"./schema.config.json": ["config.yaml"]
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RAG-enhanced News Wires („Accio“)
# Accio: RAG-enhanced News (Frontend)

The Accio prototype demonstrates how Retrieval-Augmented Generation (RAG) can enhance news wires by incorporating additional content from a news archive. The aim is to better address the questions and needs of different user personas, providing more comprehensive and contextual information.
The prototype demonstrates how Retrieval-Augmented Generation (RAG) can enhance news by incorporating additional content from a news archive. The aim is to better address the questions and needs of different user personas, providing more comprehensive and contextual information.

The application was created for the [AI for Media Hackathon 2024](https://aiformedia.network/apply-for-our-generative-ai-hackathon/), hosted by Bayerischer Rundfunk, pub and Microsoft.

Expand Down
7 changes: 7 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
isEnabled: true
build:
command: yarn && yarn build
outputFolder: build
settings:
type: website
projectName: accio
Binary file added docs/Accio-RAG-Hackathon24.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Accio – Enhance Your News",
"name": " AI-enhanced news wires for tailored, contextual story delivery.",
"name": " RAG-enhanced news for tailored, contextual story delivery.",
"icons": [
{
"src": "favicon.ico",
Expand Down
Loading

0 comments on commit f470c50

Please sign in to comment.