Skip to content

Change embedding model attribute's name in vector store wrapper (#580) #1373

Change embedding model attribute's name in vector store wrapper (#580)

Change embedding model attribute's name in vector store wrapper (#580) #1373

Workflow file for this run

name: Black
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"