Skip to content

Add vector collection backup documentation, update after upgrade to JVector 3 [AI-155] [AI-230] #2808

Add vector collection backup documentation, update after upgrade to JVector 3 [AI-155] [AI-230]

Add vector collection backup documentation, update after upgrade to JVector 3 [AI-155] [AI-230] #2808

Workflow file for this run

# This workflow will check if the incoming pull request includes any broken links
name: Check for dead links
on:
pull_request:
branches: [main, 'v/*']
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Check for broken internal links
run: |
npm i
npm run-script check-links-local