superduper
superduper copied to clipboard
Postgres : pgvector implemenation
…entation
Description
- Worked on this enhancement feature #1558
- Created
PostgresDataBackendfromIbis.DataBackend - Created
PostgresVectorSearcherclass inspired byMongoAtlasVectorSearcher.
Next steps :
- Testing with changes
Related Issues
Checklist
- [ ] Is this code covered by new or existing unit tests or integration tests?
- [ ] Did you run
make unit-testingandmake integration-testingsuccessfully? - [ ] 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
@jieguangzhou @blythed @kartik4949 I have made all requested changes, please review my PR. thanks
@makkarss929 the ibis project has fixed the data types for pgvector. Would you like to finish your PR? Otherwise we can take this over.