pglite
, codemirror
, and react
github repo –> tbrockman/pglite-vector-search
An interactive example of ingesting CSV data into pglite
to be filtered using pgvector
, in your browser.
Originally written as a takehome project to create a user interface for an executive to filter through data/trials.csv
.
pglite
) for search (using pgvector
, though the fuzzystrmatch
extension is also available)transformer.js
+ Supabase/gte-small
model for extracting embeddings from user query as well as datasetCodeMirror
editor for writing SQL (used to query the dataset)