Jamie Broomall
Jamie Broomall
You can pre-download the vader lexicon but we need to also support not making external http calls. Lets skip this line conditionally on env var: https://github.com/whylabs/langkit/blob/f4f2404d4d58b4c46ce003f054af700d730e534f/langkit/sentiment.py#L39 Alternatively, consider replacing this...
Without changing LangKit how do you successfully override the name of the prompt column. We need a working example for this.
It looks like the dependency closure has some packages that aren't built for python 3.12, can we publish wheels for these?
LangKit metrics mostly require specific shapes of the inputs, either Dict[str,str] or pandas dataframe of columns containing strings, but when integrators pass in embeddings or arrays of strings the underlying...
Description.md's Usage section could use some links to docs where they reference UDFs.
Some UDFs depend on specific columns or multiple columns specified by names, e.g. ```response.relevance_to_prompt``` will be missing if a message is logged that contains only a 'prompt' which can be...
## Description Update PIL version and run poetry update for CI dependencies - [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md).
## Description The PySpark profiling example notebook uses the `collect_column_profile_views` method as the first example which returns a dictionary and is not easy to then use to write to WhyLabs....