-
Couldn't load subscription status.
- Fork 12
feat: add endpoint for downloading logs #192
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
Conversation
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
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.
nice!
|
I changed the url here and in the pr for context_chat |
context_chat_backend/controller.py
Outdated
| import zipfile | ||
|
|
||
| from starlette.responses import FileResponse |
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.
ah and this should be moved below too with the rest of the imports.
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.
Moved and kept alphabetical order
c7bcedc to
3fbd7ba
Compare
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
3fbd7ba to
e5c1c1e
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.
🚀
## 4.4.0 - 2025-07-21 ### Fixed - improve source tracking so no file stat is lost (#190) @kyteinsky - improve OCS signing error messages (#189) @kyteinsky - handle encrypted pdf decryption error (#195) @kyteinsky ### Changed - maintenance update (#184) @kyteinsky - update issue template to attach logs (#193) @lukasdotcom - bump llama_cpp_python (#196) @kyteinsky ### Added - add doc search endpoint (#185) @kyteinsky - pre download the tokenizer instead of mid operation (#191) @kyteinsky - add endpoint for downloading logs (#192) @lukasdotcom - use supervisord to manage the processes (#194) @kyteinsky Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
This will be used by context_chat to allow user to download the logs. Note that streaming will not work correctly until this pr is released: nextcloud/app_api#608