-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add filesystem abstraction #251
base: main
Are you sure you want to change the base?
Conversation
The REST API has been updated to allow reading directly from fsspec-supported filesystems. The new workflow is to first generate metadata on the server via a GET to the '/document' endpoint. If the metadata references a document on a fsspec-supported path, then we go straight to the 'chats' endpoint. Otherwise, the workflow is as before and we must upload the document to the server via a POST to the '/document' endpoint.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@nenb Just checking in to say that I didn't forget about this. I'll review as soon as I find the time. |
@pmeier No problem. And just a reminder that this isn't really a PR, just a PoC (you asked me to open as a PR in #233 for ease-of-viewing), and so don't feel that you need to analyse too carefully. If there are any features that you think have potential, I am happy to pull these out as separate PRs. |
WIP