Your Filesystem as a Vector Database
VectorVFS is a lightweight Python package that transforms your Linux filesystem into a vector database by
leveraging the native VFS (Virtual File System) extended attributes. Rather than maintaining a separate
index or external database, VectorVFS stores vector embeddings directly alongside each file—turning your
existing directory structure into an efficient and semantically searchable embedding store.
VectorVFS supports Meta’s Perception Encoders (PE) [arxiv] which
includes image/video encoder...
Read more at vectorvfs.readthedocs.io