Stijn De Weirdt
Stijn De Weirdt
@cragwolfe not sure if you want real data or not, but eg ``` a b c1d1 c2d2 e fg ``` the main intend should be to keep the result as...
:+1: i was very surprised to find this.
@davidberenstein1957 is there a reason why the pyprojct toml locks the spacy version to 3.1.X? (the readme even mentions using spacy 3.3+)
@davidberenstein1957 do you suspect that we need to lock spacy (eg `> 3.0, < 3.8` or simpy allow all 3.X). and if we can run the tests, it should be...
i am also interested in being able to support cpu pinning in combination with gpu usage. what is the current best practise wrt likwidpin? @JanLJL you mentioned `likwid-topology`, but what...
@mikeldking besides human thumbs up/down, there is also the other cases like "normal" ragas usage, where you (re)run same set of questions with grounds thruths as a baseline, and then...
@axiomofjoy what kind of backends will you target? i see some code related to file backends, but why not sql databases (given the `.to_sql` for dataframes, and probably other/better methods);...
hey @axiomofjoy thanks for the feedback - wrt the metdata: where would this data be injected ideally? i already have a custom simplespanprocessor, where i do something with all spans...
we develop the app mainly for a support team who helps out the endusers. this support team are also the document maintainers and are pretty knowledgeable. we want to give...
@axiomofjoy well ofcourse, phoenix with builtin RBAC is what we want ;) but i understand it's not that (yet?), so something simpler is already more then welcome.