Skip to content

Add dedicated read node support for Pinecone #1604

Add dedicated read node support for Pinecone

Add dedicated read node support for Pinecone #1604

Workflow file for this run

name: Lint (via Black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./vsb"
use_pyproject: true