Skip to content

[BUG]: Disallowing 0-dimensional embeddings (#1702) #16

[BUG]: Disallowing 0-dimensional embeddings (#1702)

[BUG]: Disallowing 0-dimensional embeddings (#1702) #16

name: Chroma Coordinator Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
- '**'
workflow_dispatch:
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build and test
run: cd go/coordinator && make test