Skip to content

Update model migration skill to cover named vector migration for 1.18+ #84

Update model migration skill to cover named vector migration for 1.18+

Update model migration skill to cover named vector migration for 1.18+ #84

Workflow file for this run

name: Check Links
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress '**/*.md'
fail: true