You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from a slack conversation with @luizirber about meaning(s) of internal_location -
Luiz:
URLs in IPFS are /ipfs/<hash>, in any case the important thing is the <hash>
fsspec uses this syntax:
ipfs://QmZ4tDuvesekSs4qM5ZBKpXiZGun7S2CYtEZRB3DYXkjGx https://github.com/fsspec/ipfsspec#ipfsspec
Me:
I like that. Right now there are no limitations on row['internal_location'] since it is meant to be internally interpreted by the
Index class using it. if we start going with URIs instead, that makes a lot of
sense to me.
dovetails with supporting file loading over HTTPS #2257, direct Index.get functionality using iloc (#1901 (comment)).
The text was updated successfully, but these errors were encountered:
from a slack conversation with @luizirber about meaning(s) of
internal_location
-Luiz:
Me:
dovetails with supporting file loading over HTTPS #2257, direct
Index.get
functionality using iloc (#1901 (comment)).The text was updated successfully, but these errors were encountered: