Philip Meier

Results 359 comments of Philip Meier

@ap-- @andrewfulton9 I've opened a PR for case 1 and 2 in #395.

Re https://github.com/Quansight/ragna/pull/503#discussion_r1738385891. The only difference I found is that the chat interface now seems to fill the whole vertical space of its container whereas before it only occupied the middle...

I just realized that the document pill in the top-right corner is also missing for `panel==1.5.*`.

Document upload is also broken: ### panel == 1.5 ![image](https://github.com/user-attachments/assets/2e072bb3-79cb-48d2-bf98-1af1e9d960c7) ### panel == 1.4.4 ![image](https://github.com/user-attachments/assets/f248226b-8319-47e7-8ff4-0fba48cd50c0)

@pierrotsmnrd We can use the [`FileDropper`](https://holoviz-dev.github.io/panel/reference/widgets/FileDropper.html) widget going forward. But if the old one can easily be fixed, we can also do this in a follow-up PR.

@kcpevey re https://github.com/Quansight/ragna/pull/503#issuecomment-2501933845 I broke that check in #441. And at that time I was well aware of it :melting_face: > Note that the change to the documents currently leaves...

@kcpevey re https://github.com/Quansight/ragna/pull/503#issuecomment-2501933845 We had a custom widget because we previously used a complex system to upload documents. In the first step we registered the document with the API and...

For connecting, we can use the same pattern I layed out in https://github.com/Quansight/ragna/issues/572#issuecomment-2788832802. As for having `Client` and `AsyncHttpClient` side-by-side: my proposal is to implement all methods in terms of...

`torchvision==0.2.0` is the last version of torchvision that was pure Python and thus installable on any system. Whenever you see this, this is an indication whatever platform you are on,...