superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Postgres : pgvector implemenation

Open makkarss929 opened this issue 1 year ago • 2 comments

…entation

Description

  1. Worked on this enhancement feature #1558
  2. Created PostgresDataBackend from Ibis.DataBackend
  3. Created PostgresVectorSearcher class inspired by MongoAtlasVectorSearcher.

Next steps :

  1. Testing with changes

Related Issues

Checklist

  • [ ] Is this code covered by new or existing unit tests or integration tests?
  • [ ] Did you run make unit-testing and make integration-testing successfully?
  • [ ] Do new classes, functions, methods and parameters all have docstrings?
  • [ ] Were existing docstrings updated, if necessary?
  • [ ] Was external documentation updated, if necessary?

Additional Notes or Comments

makkarss929 avatar Mar 31 '24 09:03 makkarss929

@jieguangzhou @blythed @kartik4949 I have made all requested changes, please review my PR. thanks

makkarss929 avatar Apr 18 '24 06:04 makkarss929

@makkarss929 the ibis project has fixed the data types for pgvector. Would you like to finish your PR? Otherwise we can take this over.

blythed avatar May 23 '24 08:05 blythed