Nick Byrne
Nick Byrne
### Feature description HTML tags encode their own kind of information about a document, which can help context generation. In some cases it may be preferable to use the HTML...
This is an initial attempt at adding support for entry points for plugins following #189. **Current status:** Question marks over the implementation and whether it is truly needed. See #189...
### Feature description Add support for [Entry Points](https://setuptools.pypa.io/en/latest/userguide/entry_point.html#entry-points-for-plugins) for Plugins to allow easy code-sharing eg for a new assistant in #173. Also some details in #166. ### Value and/or benefit...
I've noticed some unusual features of the ACCESS-CM2 data on S3. For certain variables and scenarios, the time period is for 2200-2300. I wasn't expecting this, and I guess that...
PoC - do not merge. **Details** 1. Download https://huggingface.co/Mozilla/Mistral-7B-Instruct-v0.2-llamafile/blob/main/mistral-7b-instruct-v0.2.Q5_K_M.llamafile (or host your own model locally) 2. `export BASE_URL=http://localhost:8080` (or wherever your model is available locally) 3. Add `assistants = [...
### Feature description The ability to pass any error message that is raised in the API to the UI. Currently this is not possible as `StreamingResponse` is used which results...
Short-term solution for #409.
### Feature description Currently we only support batch upload for document metadata (#404). We should also add support for batch upload of the document contents. ### Value and/or benefit Faster...
### Feature description Currently batch document upload (#404) is only available via the REST API. We should also support this with the UI. ### Value and/or benefit It will allow...