Philip Meier
Philip Meier
Was released today: https://blog.holoviz.org/posts/panel_release_1.4/ There are a few chat improvements that we should take a look at: https://blog.holoviz.org/posts/panel_release_1.4/#chat-improvements.
Our web UI is currently sits on top of the REST API and cannot be deployed as a standalone application. This architecture was chosen to avoid giving us a benefit...
@pavithraes and @dillonroach recently stumbled over these two projects: - https://github.com/QuivrHQ/quivr - https://github.com/SciPhi-AI/R2R From a superficial preliminary look, they look similar to Ragna. Enough to research them and potentially adding...
When starting a new chat in the UI the controls in the modal can be grouped into three categories: - :blue_square: Generic parameters, e.g. chat name, or controls, e.g. starting...
Currently, the basic auth, i.e. username / password, is hardcoded in the UI. We did that to meet our presentation deadline. In the aftermath however, we need to lift this...
Currently, I'm manually creating and publishing releases. This has two downsides: 1. Releasing involves quite a few steps. Doing them manually opens up the window for mistakes. 2. All the...
There is no check for that. Worse, if running without a central password, not putting anything for username and password actually authenticates. Reported in https://github.com/Quansight/ragna/discussions/156#discussioncomment-7460848.
We recently merged #257 that introduced a helper function on how to define CSS class selectors in our Python code. We turned https://github.com/Quansight/ragna/blob/a437e7e350c2d166aa489891613dd249c483d2af/ragna/deploy/_ui/central_view.py#L296-L328 into https://github.com/Quansight/ragna/blob/205624686d25dcb8af42e83f6c94a6aa81b5e7d5/ragna/deploy/_ui/central_view.py#L296-L324 We need to apply this...
When we started out with the document handlers, we assumed that a `Page` is a good unit to base the extraction on: https://github.com/Quansight/ragna/blob/51fcda4f90460b8d60872d79cb251d2962e597e3/ragna/core/_document.py#L179-L188 https://github.com/Quansight/ragna/blob/51fcda4f90460b8d60872d79cb251d2962e597e3/ragna/core/_document.py#L203-L213 However, right from the beginning this...