georgia-tech-db / pgvector-remote

Other
25 stars 5 forks source link

Feature/svector #12

Closed kslohith closed 6 months ago

kslohith commented 7 months ago

MVP of sparse vectors. Now we can add sparse vectors in pgvector-remote.

Todo:

  1. Insertion of sparse vectors to pinecone ( I expect we need to do some changes to the format of the sparse vector to be able to insert into pinecone)
  2. Tests to be written for sparse vectors