Philip Meier
Philip Meier
Blocked by #417. Acceptance criteria: - Login method must be user configurable through an `Auth` object that needs to allow basic auth (username / password) as well as OAuth -...
I'm seeing the issue on Firefox and Chromium both with cleared caches.
@nenb Just checking in to say that I didn't forget about this. I'll review as soon as I find the time.
@nenb I've just written up #256, which I had in my backlog for two weeks now. Your proposal here fits nicely into that. Let's continue the discussion there.
``` Traceback (most recent call last): File "/Users/akhalid/mambaforge/envs/chatbot/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1971, in _exec_single_context self.dialect.do_execute( File "/Users/akhalid/mambaforge/envs/chatbot/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 919, in do_execute cursor.execute(statement, parameters) sqlite3.OperationalError: no such column: sources.content ``` This looks like...
Yeah, we should probably catch this error and throw a more descriptive one. Actually deleting anything is something that we can't do, because you can hook any database into Ragna,...
Just found holoviz/panel#1298. It seems although we can provide descriptions for all of our components, `panel` currently can't display them for everything :disappointed: For example, sliders, which I think would...
I have an RFD in #450 that, if accepted, would make this discussion obsolete. We would have an `OllamaAssistant` and a `VllmAssistant` and just provide the respective model as parameter.
@smeragoel Any objections here?
Following the discussion started in https://github.com/Quansight/ragna/pull/445#issuecomment-2218605628, we need to define what "newest" and "oldest" mean. There are currently two contenders to order chats: 1. Add a new timestamp to the...