Skip to content

Commit

Permalink
Skip sqlite-vec build process
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 29, 2024
1 parent e8175c1 commit d349caa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ jobs:
# Table does not exist, calculate for everything
openai-to-sqlite similar tils.db --all --save
fi
- name: Create sqlite-vec index for embeddings
run: |-
cd main
sqlite-utils tils.db 'drop table if exists vec_tils;'
sqlite-utils tils.db 'create virtual table vec_tils using vec0(
embedding float[1536]
);'
sqlite-utils tils.db 'insert into vec_tils(rowid, embedding)
select rowid, embedding from embeddings;
'
- name: Update README
run: |-
cd main
Expand Down

0 comments on commit d349caa

Please sign in to comment.