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
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)
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)