-
Notifications
You must be signed in to change notification settings - Fork 997
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
feat: add api to serve files under repositories #851
Conversation
8a34a3b
to
fa529c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly coding style / api style suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
Btw, the ci always failed on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last round of nits!
Please also fix the ci |
9c65bbf
to
b989ee7
Compare
b989ee7
to
2d7666b
Compare
For closing #815
Changes include:
resolve
for fetching file or dir info from local repository located at~/.tabby/repositories/
meta
for fetching dataset info from file~/.tabby/dataset/files.jsonl
Please check
ee/tabby-webserver/docs/api_spec.md
for response examples.