Skip to content

nikitakalyanov/vector-similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CLI for facilitating image/text smilarity search using pgvector

neon-vectorize Subcommands

  • init: creates db schema in a Neon project, creates extension pgvector
  • seed: takes directory of files and inserts them into data table
  • vectorize: processes datatable to make embeddings and insert them to embedding table args: should accept type of convertion, could use OpenAI or replicate.com or pg extension
  • find: tries to find closest image/text and return it args: input file

About

Tools for vector similarity search in a Neon Postgres database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages