Skip to content

Update Discord community member count to 5900 (#1266) #50

Update Discord community member count to 5900 (#1266)

Update Discord community member count to 5900 (#1266) #50

Workflow file for this run

name: Sync Mixedbread Vector Store
on:
workflow_dispatch:
push:
branches: [main]
paths: [content/src/content/docs/**/*.mdx]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/setup
with:
working-directory: ./content
- name: Sync vector store
shell: bash
working-directory: ./content
env:
MXBAI_API_KEY: ${{ secrets.MXBAI_API_KEY }}
MXBAI_VECTOR_STORE_ID: ${{ secrets.MXBAI_VECTOR_STORE_ID }}
run: pnpm mxbai vs sync "${MXBAI_VECTOR_STORE_ID}" "src/content/docs/docs/**/*.mdx" --yes --strategy fast