From d54a0f4eb285670a64a79fd4297ef8909ac02d1a Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Wed, 20 Nov 2024 06:48:13 -0800 Subject: [PATCH] cleanup --- .github/workflows/test.yaml | 3 --- sqlite-vec.h.tmpl | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3c2b4c9..f6b86e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,9 +3,6 @@ on: push: branches: - main - - partition-by - - auxiliary - - metadata-filtering permissions: contents: read jobs: diff --git a/sqlite-vec.h.tmpl b/sqlite-vec.h.tmpl index b4f4411..f49f62f 100644 --- a/sqlite-vec.h.tmpl +++ b/sqlite-vec.h.tmpl @@ -19,7 +19,6 @@ #define SQLITE_VEC_VERSION "v${VERSION}" // TODO rm -#define SQLITE_VEC_VERSION "v-metadata-experiment.01" #define SQLITE_VEC_DATE "${DATE}" #define SQLITE_VEC_SOURCE "${SOURCE}"