Skip to content

[Feat] Python 임베딩 서버 구축 (FastAPI + bge-m3) #69

[Feat] Python 임베딩 서버 구축 (FastAPI + bge-m3)

[Feat] Python 임베딩 서버 구축 (FastAPI + bge-m3) #69

name: Create Issue Branch
on:
issues:
types: [opened, labeled, assigned]
pull_request:
types: [closed]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}