whylabs / langkit

πŸ” LangKit: An open-source toolkit for monitoring Large Language Models (LLMs). πŸ“š Extracts signals from prompts & responses, ensuring safety & security. πŸ›‘οΈ Features include text quality, relevance metrics, & sentiment analysis. πŸ“Š A comprehensive tool for LLM observability. πŸ‘€

Home Page:https://whylabs.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible merge issue with 0.0.31 release

jonbaiernx opened this issue Β· comments

The example on this page appears to want version 0.0.31 to use local models.
https://github.com/whylabs/langkit/blob/main/langkit/examples/Local_Models.ipynb

However, it looks like the code to make this happen is only in the main branch and not in the 0.0.31 release. When trying to run the example with latest pip install I get the old error about an unrecognized model.

You are absolutely right, thanks for filing the issue @jonbaiernx and bringing this to our attention. We just released 0.0.32 which I believe resolves this issue (along with an updated pip install command in the example #308)