Show HN: VectorVFS, your filesystem as a vector database
vectorvfs.readthedocs.io
Show HN: VectorVFS, your filesystem as a vector database
1–10 of 150 posts
Re: Show HN: VectorVFS, your filesystem as a vector database
#2I want to point out that this isn’t suitable for any kind of actual things you’d use a vector database for. There’s no notion of a search index. It’s always a O(N) linear search through all of your files: https://github.com/perone/vectorvfs/blob/main/vectorvfs/cli....
Still, fun idea :)
Re: Show HN: VectorVFS, your filesystem as a vector database
#3Re: Show HN: VectorVFS, your filesystem as a vector database
#4Fun idea storing embeddings in inodes! Very clever! I want to point out that this isn’t suitable for any kind of actual things you’d use a vector database for. There’s no notion of a search index. It’s always a O(N) linear search through all of your files: https://github.com/perone/vectorvfs/blob/main/vectorvfs/cli.... Still, fun idea :)
Re: Show HN: VectorVFS, your filesystem as a vector database
#5Re: Show HN: VectorVFS, your filesystem as a vector database
#6Fun idea storing embeddings in inodes! Very clever! I want to point out that this isn’t suitable for any kind of actual things you’d use a vector database for. There’s no notion of a search index. It’s always a O(N) linear search through all of your files: https://github.com/perone/vectorvfs/blob/main/vectorvfs/cli.... Still, fun idea :)
Re: Show HN: VectorVFS, your filesystem as a vector database
#7Great idea indeed. The documentation needs a bit more information to be useful. What GPU backends are supported for example? How do I delete the embedding information after I decide to uninstall it? Will give it a try though.
Re: Show HN: VectorVFS, your filesystem as a vector database
#8Fun idea storing embeddings in inodes! Very clever! I want to point out that this isn’t suitable for any kind of actual things you’d use a vector database for. There’s no notion of a search index. It’s always a O(N) linear search through all of your files: https://github.com/perone/vectorvfs/blob/main/vectorvfs/cli.... Still, fun idea :)
If you gotta gather the data from a lot of different inodes, it is a different story.
Re: Show HN: VectorVFS, your filesystem as a vector database
#9Re: Show HN: VectorVFS, your filesystem as a vector database
#10Maybe with micro-kernels we'll finally fix this.