Skip to content

[GLE-8861] feat(vector): built-in TG function for pairwise vector embedding; #83

[GLE-8861] feat(vector): built-in TG function for pairwise vector embedding;

[GLE-8861] feat(vector): built-in TG function for pairwise vector embedding; #83

Workflow file for this run

# Automatically request reviews from other team members.
# See .github/auto_request_review.yml for configurations.
# See https://github.com/marketplace/actions/auto-request-review for more info.
name: Auto Request Review
on:
pull_request:
types: [opened, ready_for_review, reopened]
jobs:
auto-request-review:
runs-on: ubuntu-latest
steps:
- uses: necojackarc/auto-request-review@v0.10.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/auto_request_review.yml