docs: add docs for vector search and vector functions #550
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev Checks | |
concurrency: | |
group: dev-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
basic-checks: | |
uses: ./.github/workflows/check_docs.yaml | |
secrets: inherit |