Show HN: Vector transfer project, replicate vectors/metadata across databases

3 pointsposted 10 hours ago
by anuptalwalkar

1 Comments

anuptalwalkar

10 hours ago

I got tired of setting up various vectorDBs for performance and benchmarking, so I wrote this universal transfer setup to move and replicate vectors and metadata across databases.

It runs locally. Through UI, there is also a way to connect your host to a control plane if you want to visualize and monitor the transfer, but that part is optional. I found it useful to track and monitor all my previous transfers.

The tool currently supports a variety of connectors. If something is missing, connectors are easy to add here: https://github.com/Polign/vector-transfer/blob/main/CONTRIBU...

I would love to have some feedback, or any features/performance stuff worth updating.