Relify: Parquet-native vector indexes with DataFusion #24131
petrizhang
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! I’m building Relify, an early-stage Python and Rust project that stores IVF vector indexes as ordinary Parquet datasets and queries them directly with DataFusion. This keeps vector search inside the relational plan, allowing results to be filtered, joined, and aggregated without a separate vector database.
The longer-term vision is an embedded multimodal lakehouse built on DataFusion, supporting both writes and queries in one local system. I’d love to hear your feedback and whether anyone is interested in this direction.
All reactions