Skip to content

Merge pull request #119 from roqtech/dev #116

Merge pull request #119 from roqtech/dev

Merge pull request #119 from roqtech/dev #116

name: 'generate_embeddings'
on: # run on main branch changes
push:
branches:
- main
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: supabase/embeddings-generator@v0.0.5 # Update this to the latest version.
with:
supabase-url: 'https://cyywmnfdoyjabkblnnen.supabase.co' # Update this to your project URL.
supabase-service-role-key: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
openai-key: ${{ secrets.OPENAI_KEY }}
docs-root-path: 'pages' # the path to the root of your md(x) files