activeloopai / deeplake

Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop.ai
https://activeloop.ai
Apache License 2.0
8.16k stars 622 forks source link

[INTEGRATION] wrapped fsspec storage providers #1441

Open verbose-void opened 2 years ago

verbose-void commented 2 years ago

when developing hub we explicitly decided not to use fsspec because we deemed it was too slow. so we went with our own storage providers interface.

this is great, but we might be able to advance prototyping for users if we open this up as an integration.

also interoperability between hub <> huggingface since they use fsspec

this issue is requesting that we build some sort of easy to use wrapper around any fsspec module so we can create fsspecs and not have to fine tune them for hub (prototyping/interoperability friendly)

verbose-void commented 2 years ago

@FayazRahman i would love you forever if you picked this one up :D <3