Ceyda Cinarel (재이다)
Ceyda Cinarel (재이다)
/kind bug **What steps did you take and what happened:** I have a very basic transformer(custom)-predictor(triton inference server) deployment similar to this [example.](https://kserve.github.io/website/0.7/modelserving/v1beta1/triton/bert/#extend-modelserver-base-and-implement-prepostprocess). The service is auto-scaling based on rps...
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** it is hard to share chat history...
It would be nice to have st.multiselect functionality 🥺 Doesn't even have to be fancy with ctrl+ selection, just toggle like select/unselect.
Added a `multiselect` parameter that accepts index list. When `multiselect=True` clearable is also True. Kinda made sense to me this is a bit of a quick fix, kinda messy, modify...
**Is your feature request related to a problem? Please describe.** I'm already hosting my images independently. I don't wanna save he image inside the argilla dataset just the url... there...
**Is your feature request related to a problem? Please describe.** In the old UI it was possible to filter by `annotated as` & `predicted as` Currently for spanQuestion I only...
**Is your feature request related to a problem? Please describe.** Let's say I have 2 annotators `A` & `B` they are both part of an `annotators` workspace. And I'm the...
From the example codes I see you can add a selection using `select_and_plot`: ``` scatterplot.select_and_plot({name: name, ids: select_ids, idField: id_column}) ``` Which then adds a boolean column with the given...